ansible-consul/handlers/main.yml
2022-04-03 20:39:52 +02:00

12 lines
244 B
YAML

---
# handlers file for ansible-consul
- name: reload consul configuration on Linux
command: "consul reload"
listen: "reload consul configuration"
- name: restart dnsmasq
service:
name: dnsmasq
enabled: true
state: restarted