ansible.nftables/molecule/default/converge.yml

12 lines
212 B
YAML
Raw Normal View History

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