replace unbound w/ kresd, add user (needs ansible users bugfix for pw)
This commit is contained in:
12
roles/server/handlers/main.yaml
Normal file
12
roles/server/handlers/main.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: start kresd
|
||||
service:
|
||||
name: kresd
|
||||
state: started
|
||||
|
||||
- name: stop unbound
|
||||
service:
|
||||
name: local_unbound
|
||||
state: stopped
|
||||
|
||||
- meta: flush_handlers
|
||||
Reference in New Issue
Block a user