December 2017
Intermediate to advanced
410 pages
11h 5m
English
Before we actually run the Ansible role to the server, we will do a dry run with the --check directive, which will basically tell you the things that will be changed/updated without actually changing anything.
If you noticed, there are two colors that we see, green and brown. These colors refer to the changes that will be made on the server.

Once the dry run is successful, we will run the actual playbook without the --check directive and, if you noticed, it ran successfully:
In order to verify, we log in inside the server ...
Read now
Unlock full access