|
@@ -22,4 +22,7 @@
|
|
notify: Restart supervisor
|
|
notify: Restart supervisor
|
|
|
|
|
|
- name: Install ntp.conf
|
|
- name: Install ntp.conf
|
|
- template: src=ntp.conf.j2 dest=/etc/ntp.conf
|
|
|
|
|
|
+ template: src=ntp.conf.j2 dest=/etc/ntp.conf
|
|
|
|
+
|
|
|
|
+- name: Install unbound domain config
|
|
|
|
+ template: src=unbound.domain.j2 dest=/etc/unbound/conf.d/supernode.conf
|