February 2018
Intermediate to advanced
200 pages
5h 51m
English
---- hosts: phonebook roles: - phonebook
$ ansible-playbook -i openstack.py --become playbook.yml
Once we finish the execution of the playbook successfully, we will be able to browse the phonebook on port 8080 of the webserver instance. The --become flag is required because the phonebook role installs certain packages, that requires superuser privileges.
Read now
Unlock full access