ansible-ffrgb/roles/dns_split/handlers/main.yml

14 lines
232 B
YAML
Raw Normal View History

2017-03-26 22:46:35 +02:00
---
- name: Run acertmgr
command: /usr/bin/acertmgr
2017-03-26 22:46:35 +02:00
- name: Restart powerdns
service: name={{ item }} state=restarted
with_items:
- pdns
2017-03-26 22:46:35 +02:00
- pdns-recursor
2020-11-04 23:16:27 +01:00
- name: Restart dnsdist
service: name=dnsdist state=restarted