Ansible Boot Camp 5— Handlers
Ansible boot camp series
In my previous Ansible article “Playbook Basics”, I introduced what is Ansible playbook and some simple Ansible playbook usage. In this article, let’s talk about some advanced playbook usages.
Handlers
Sometimes you want a task to run only when a change is made on a host. For example, you may want to restart your…