August 2017
Intermediate to advanced
332 pages
9h 16m
English
When playbook.yml is defined, we can execute it using the ansible-playbook command.
$ ansible-playbook playbook.ymlPLAY [web1] ***************************************************************TASK [setup] **************************************************************ok: [web1]TASK [ensure apache is at the latest version] *****************************changed: [web1]TASK [ensure apache is running] *******************************************ok: [web1]PLAY RECAP ****************************************************************web1: ok=3 changed=1 unreachable=0 failed=0
Read now
Unlock full access