2021-08-06 11:28:16 +02:00
|
|
|
---
|
|
|
|
- name: Converge
|
2021-08-07 14:04:49 +02:00
|
|
|
hosts: localhost
|
|
|
|
connection: local
|
2021-08-08 00:29:36 +02:00
|
|
|
become: yes
|
|
|
|
gather_facts: yes
|
2021-08-06 11:28:16 +02:00
|
|
|
roles:
|
|
|
|
- role: ipr-cnrs.nftables
|
2021-08-07 14:04:49 +02:00
|
|
|
nft_debug: true
|
2021-08-07 15:01:35 +02:00
|
|
|
# can't remove iptables on an instance with docker
|
2021-08-08 00:35:43 +02:00
|
|
|
nft_old_pkg_manage: false
|