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=
|
||||
loop: "{{ wireguard_endpoints }}"
|
||||
# try to hide clear-text private keys from Ansible output
|
||||
no_log: True
|
||||
#no_log: True
|
||||
diff: no
|
||||
|
||||
- name: Create network interfaces
|
||||
|
@ -36,7 +36,7 @@
|
|||
group: root
|
||||
mode: u=rw,g=r,o=
|
||||
loop: "{{ wireguard_endpoints }}"
|
||||
no_log: True
|
||||
#no_log: True
|
||||
diff: no
|
||||
notify:
|
||||
- Reload network interfaces
|
||||
|
@ -47,14 +47,14 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Configure nftables
|
||||
template:
|
||||
src: nftables.conf.j2
|
||||
dest: /etc/nftables.conf
|
||||
validate: /sbin/nft -c -f %s
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=
|
||||
notify:
|
||||
- Reload nftables
|
||||
#- name: Configure nftables
|
||||
# template:
|
||||
# src: nftables.conf.j2
|
||||
# dest: /etc/nftables.conf
|
||||
# validate: /sbin/nft -c -f %s
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: u=rw,g=r,o=
|
||||
# notify:
|
||||
# - Reload nftables
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue