Re: [ansible-project] errors in backing up a config from a juniper device

2018-02-02 Thread Kai Stian Olstad
On Friday, 2 February 2018 15.32.06 CET 'Daley Okuwa' via Ansible Project wrote: > fatal: [10.101.250.41]: FAILED! => {"changed": false, "msg": "unable to > open shell. Please see: > https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell"} Did you at all read

Re: [ansible-project] errors in backing up a config from a juniper device

2018-02-02 Thread 'Daley Okuwa' via Ansible Project
thanks I have changed the code from a junos_get_config to junos_config. and this is the error message I got nsible@ansible-new:/etc/ansible$ ansible-playbook -i hosts backup_config-junos.yml PLAY [BACKUP CONFIGS OF JUNOS DEVICES] * TASK [GET CONFIG]

Re: [ansible-project] errors in backing up a config from a juniper device

2018-02-02 Thread Kai Stian Olstad
On Friday, 2 February 2018 12.52.16 CET 'Daley Okuwa' via Ansible Project wrote: > hello all > I have this in my backup_config_yaml > > --- > - name: BACKUP CONFIGS OF JUNOS DEVICES > hosts: all > connection: local > gather_facts: no > tasks: > - name: GET CONFIG >