Temporarily disable nftables configuration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7d7444183f
commit
0fbcd687d3
1 changed files with 12 additions and 12 deletions
|
@ -25,7 +25,7 @@
|
||||||
mode: u=rw,g=,o=
|
mode: u=rw,g=,o=
|
||||||
loop: "{{ wireguard_endpoints }}"
|
loop: "{{ wireguard_endpoints }}"
|
||||||
# try to hide clear-text private keys from Ansible output
|
# try to hide clear-text private keys from Ansible output
|
||||||
no_log: True
|
#no_log: True
|
||||||
diff: no
|
diff: no
|
||||||
|
|
||||||
- name: Create network interfaces
|
- name: Create network interfaces
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: u=rw,g=r,o=
|
mode: u=rw,g=r,o=
|
||||||
loop: "{{ wireguard_endpoints }}"
|
loop: "{{ wireguard_endpoints }}"
|
||||||
no_log: True
|
#no_log: True
|
||||||
diff: no
|
diff: no
|
||||||
notify:
|
notify:
|
||||||
- Reload network interfaces
|
- Reload network interfaces
|
||||||
|
@ -47,14 +47,14 @@
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
- name: Configure nftables
|
#- name: Configure nftables
|
||||||
template:
|
# template:
|
||||||
src: nftables.conf.j2
|
# src: nftables.conf.j2
|
||||||
dest: /etc/nftables.conf
|
# dest: /etc/nftables.conf
|
||||||
validate: /sbin/nft -c -f %s
|
# validate: /sbin/nft -c -f %s
|
||||||
owner: root
|
# owner: root
|
||||||
group: root
|
# group: root
|
||||||
mode: u=rw,g=r,o=
|
# mode: u=rw,g=r,o=
|
||||||
notify:
|
# notify:
|
||||||
- Reload nftables
|
# - Reload nftables
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue