An open API service indexing awesome lists of open source software.

https://github.com/vedant-kakde/ansible-playbook-using-handlers

🔰 11.3 Restarting HTTPD Service is not idempotence in nature and also consume more resources suggest a way to rectify this challenge in Ansible playbook. We can use handlers to solve this problem.
https://github.com/vedant-kakde/ansible-playbook-using-handlers

Last synced: 3 months ago
JSON representation

🔰 11.3 Restarting HTTPD Service is not idempotence in nature and also consume more resources suggest a way to rectify this challenge in Ansible playbook. We can use handlers to solve this problem.

Awesome Lists containing this project

README

        

# ANSIBLE-PLAYBOOK-USING-HANDLERS
🔰 11.3 Restarting HTTPD Service is not idempotence in nature and also consume more resources suggest a way to rectify this challenge in Ansible playbook. We can use handlers to solve this problem.