Things I'm always wanting to look up about Ansible.
.. toctree:: configuration inventory conditionals playbook role task variables conditionals loops invoking organizing sharing
Misc. stuff I need to file somewhere:
ansible :ref:`host-pattern` -m <module> [options]
e.g.
$ ansible all -m ping --ask-pass
Shortcut to run a command:
$ ansible all -a "/bin/echo hello"
options: see output of "ansible --help" for now
See ad-hoc commands.
See patterns for now
<hosts>:
"all" = all hosts in inventory file