August 2017
Intermediate to advanced
332 pages
9h 16m
English
Some operations should be executed only if some other task changed. For example, imagine that you copy the configuration file to the remote machine and the Apache server should be restarted only if the configuration file has changed. How to approach such a case?
For example, imagine that you copy the configuration file to the remote machine and the Apache server should be restarted only if the configuration file has changed. How to approach such a case?
Ansible provides an event-oriented mechanism to notify about the changes. In order to use it, we need to know two keywords:
Let's look at an example of how we could ...
Read now
Unlock full access