Hi All,
New guy to Ansible here...
- New python module called 'pinger_test.py' and put it in ./ansible/library.
- Ran 'make webdocs' while in ./ansible
Playbook is:
---
- name: ping automated verification testing
hosts: routers
connection: local
gather_facts: no
tasks:
- name: automated pings for {{ inventory_hostname }}
pinger_test:
source_host = {{ inventory_hostname }}
remote_hosts = {{ remote_hosts }}
-------------------
When I run the playbook, I keep getting the following output:
cisco@onepk:~/apps/auto-test$ sudo ansible-playbook -i hosts pinger
ERROR: pinger_test is not a legal parameter in an Ansible task or handler
What else can I try to get this going?
Thanks,
Jason
--
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/7967d85c-1b4a-4968-903b-75efcc81d687%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.