Ansible : UDMY - 10. YAML
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
YAML
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.
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
Comments
Post a Comment