Hi Dennis
Still a newb myself really but these basic details may help?
Playbooks are written in YAML and have a filename extension of .yml
Each Playbook contains 1 or more Plays
Each Play contains 1 or more Tasks
One purpose of Plays is to map Hosts to Tasks.
Tasks are executed in order, one at a time, against all machines matched by the host pattern, before moving on to the next task.
The goal of each task is to execute a Module, with specific arguments. Variables can be used in arguments to modules as well.
This is a link to all the latest modules (v2.8), including IOS:
https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html
Regards
Phil
--
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
ansible-proje...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/e306cc37-006a-42fa-bfa2-2f943e0a9854%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible...@googlegroups.com.
Ah, I’d be interested to know the answer myself too then DennisJ
To unsubscribe from this group and stop receiving emails from it, send an email to
ansible-proje...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/f8ec2275-cf52-4441-9a18-f46fc507514d%40googlegroups.com.