fix unbound deply
This commit is contained in:
parent
e729acd68f
commit
f9689ac665
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@
|
||||||
|
|
||||||
- name: Deploy Unbound DNS
|
- name: Deploy Unbound DNS
|
||||||
hosts: resolv-dns
|
hosts: resolv-dns
|
||||||
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: deploy kea dhcp server config
|
- name: deploy unbound server config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "resources/resolv-dns/files/unbound.conf.d/{{ item }}"
|
src: "resources/resolv-dns/files/unbound.conf.d/{{ item }}"
|
||||||
dest: "/etc/unbound/unbound.conf.d/{{ item }}"
|
dest: "/etc/unbound/unbound.conf.d/{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue