ansible-playbook — run an ansible playbook
Ansible playbooks are a configuration and multinode deployment system. Ansible-playbook is the tool used to run them. See the project home page (link below) for more information.
The following environment variables may specified.
ANSIBLE_HOSTS — Override the default ansible hosts file
ANSIBLE_LIBRARY — Override the default ansible module library path
Ansible was originally written by Michael DeHaan. See the AUTHORS file for a complete list of contributors.
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible.github.com/