Ansible : UDMY - 10. YAML
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ YAML +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ We can take the power of Ansible to the next level by the use of its scripting functionality known as playbooks. A playbook allows us to perform many actions across a multitude of systems Ansible playbooks can be written in both YAML and JSON. Ansible is a python program It is interesting to how Ansible will interpret YAML as Python . There is an excellent tool that uses the same python module that ansible uses pyaml . And it will dynamically convert from python to YAML. Not to be found now : http://yaml-online-parser.appsppot.com You can use this command line utility that I am using or you can chose the online tool by pull jar as above. Lets take a look at revision 1