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]
*************************************************************
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"}
[WARNING]: Could not create retry file '/etc/ansible/backup_config-
junos.retry'. [Errno 13] Permission denied: u'/etc/ansible
/backup_config-junos.retry'
PLAY RECAP
*********************************************************************
10.101.250.41 : ok=0 changed=0 unreachable=0 failed=1
On Friday, February 2, 2018 at 1:34:39 PM UTC, Kai Stian Olstad wrote:
> 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
> > junos_get_config:
> > user=xxxx
> > passwd=xxxxx
> > host={{inventory_hostname}}
> > dest=backups/{{inventory_hostname}}.conf
> > port=22
> >
> > also have installed Junos PyEZ on my ansible server
> >
> > my etc/ansible/ hosts
> > [junos]
> > x.x.x.x
> >
> > I run the playbook
> >
> > ansible@ansible-new:/etc/ansible$ ansible-playbook -i hosts
> > backup_config-junos.yml
> > I get this error message
> >
> > ERROR! no action detected in task. This often indicates a misspelled
> module
> > name, or incorrect module path.
>
> As the error message say, there is some problem with you module.
> When I check the documentation
> https://docs.ansible.com/ansible/latest/list_of_network_modules.html#junos
> there is no module called junos_get_config, the closes is junos_config.
>
>
> --
> Kai Stian Olstad
>
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/fcb89201-46cd-4e01-9205-d3e7c0628f6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.