Skip to content

ansible playbooks

Amy Buck edited this page Oct 30, 2017 · 3 revisions

Ansible playbooks

Playbooks are simple files written in YAML format which describe tasks to be executed by Ansible. Playbooks can declare configurations, but they can also orchestrate the steps of any manual ordered process, even if it contains jump statements. They can launch tasks synchronously or asynchronously.

Clone this wiki locally