nft role + disable iptables when nft enabled
This commit is contained in:
parent
a74dba4557
commit
848917a72c
17 changed files with 348 additions and 57 deletions
|
@ -5,6 +5,7 @@
|
|||
gather_facts: true
|
||||
roles:
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "nft", tags: [ "nft" ] }
|
||||
|
||||
- hosts: bank
|
||||
roles:
|
||||
|
@ -47,6 +48,7 @@
|
|||
|
||||
- hosts: pad
|
||||
roles:
|
||||
- { role: "nft", tags: [ "nft" ] }
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "etherpad", tags: [ "etherpad" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue