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.
- Host: GitHub
- URL: https://github.com/vedant-kakde/ansible-playbook-using-handlers
- Owner: vedant-kakde
- Created: 2021-02-26T10:15:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T10:16:00.000Z (over 4 years ago)
- Last Synced: 2025-01-01T06:42:16.819Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.