Skip to content

manas1072/Ansible-Handlers-for-HTTPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Handlers-for-HTTPD

Restarting HTTPD Service is not idempotence in nature and also consume more resources suggest a way to rectify this challenge in Ansible playbook.

So here we are using Ansible Handlers module to restart the service only when there is any change in the configuration file. The template module which is copying the configuration file in the target node have the notify keyword which notifies handler if there is any change done in the Configuration file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages