[ansible-project] Module for Huawei NE series devices

2019-03-20 Thread Vicky Singh
Hello, I have started exploring ansible with the goal of being able to configure Huawei NE series devices . But i cann't find any module (even in extra modules) which will help me achieve this? Can Huawei NE series devices b

[ansible-project] socket.timout() while connecting to a junos devices via network_cli

2019-05-01 Thread vicky . singh
I was exploring ansible and the first step i tried was getting some information from a router (a virtual gns3 image). I am able to connect to the device using ssh, get into it's cli and run commands normally but not via ansible. I ran asnible playbook with -v option( ansible-playbook -v

[ansible-project] Re: socket.timout() while connecting to a junos devices via network_cli

2019-05-01 Thread vicky . singh
There was some additional information in the log file (/opt/log/ansible.log), so posting its content 2019-05-02 11:58:58,802 p=7595 u=vicky | ansible-playbook 2.7.10 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/vicky/.ansible/plugins/modules', u'/usr/share

[ansible-project] Re: socket.timout() while connecting to a junos devices via network_cli

2019-05-06 Thread vicky . singh
For anyone going through a similar issue. Using paramiko_ssh helped me progess further but i was still facing issues. Then i changed the connection to netconf and everything worked smoothly. On Thursday, May 2, 2019 at 11:51:01 AM UTC+5:30, vicky...@motadata.com wrote: > > I was exploring ansib

[ansible-project] Configuring huawei NE series devices using ansible.

2019-05-06 Thread vicky . singh
Hey, I see that there are modules available for huawei ce series devices but i couldn't find any for NE series devices. Is using netconf commands (netconf_config, netconf_rpc, netconf_get) my only option ? -- You received this message because you are subscribed to the Google Groups "Ansible P