ansible.nftables/molecule/default/converge.yml

10 lines
123 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
2021-08-06 11:28:16 +02:00