How to check yaml syntax
Using python yaml module python -c 'import yaml, sys; print yaml.load(sys.stdin);' < my_playbook.yml If no syntax error exists, Python prints the content...
Using python yaml module python -c 'import yaml, sys; print yaml.load(sys.stdin);' < my_playbook.yml If no syntax error exists, Python prints the content...
# To see all hosts in the inventory ansible all -i inventory --list-hosts ansible '*' -i inventory --list-hosts To see all hosts by wild cards ansible '*.ex...
How to run task only on first node in group
How to set persistent fact in Tower?
Where to get markdown language syntax and cheat sheet?
How to create a host in Tower via REST API call?
How to set fact on another host?