[nftables] Remove unbound config file deployment
parent
c0c0a2c97b
commit
a54e6821a6
|
@ -8,16 +8,6 @@
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
|
||||||
- name: Deploy the configuration files
|
|
||||||
template:
|
|
||||||
src: "{{ item }}"
|
|
||||||
dest: /etc/unbound/{{ item }}
|
|
||||||
owner: unbound
|
|
||||||
group: unbound
|
|
||||||
mode: 0600
|
|
||||||
loop:
|
|
||||||
- unbound.conf
|
|
||||||
|
|
||||||
- name: Enable and start nftables
|
- name: Enable and start nftables
|
||||||
systemd:
|
systemd:
|
||||||
name: nftables
|
name: nftables
|
||||||
|
|
Loading…
Reference in New Issue