August 2015
Intermediate to advanced
168 pages
3h 32m
English
Let's now apply the refactored code to our hosts. We are going to launch only the site-wide playbook, that is, the site.yml file and then rely on the include statements and roles to do the magic:
$ ansible-playbook -i customhosts site.yml
Let's take a look at the following screenshot:

In addition to the output we saw last time, there are some new messages this time. Let's analyze those:
config and .html file for our Nginx web server.Read now
Unlock full access