add iptables role and define firewall rules for mirror group
This commit is contained in:
parent
713d2d1c89
commit
bfa5e5807c
7 changed files with 105 additions and 0 deletions
6
roles/iptables/defaults/main.yml
Normal file
6
roles/iptables/defaults/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22}
|
||||
|
||||
firewall_raw: []
|
Loading…
Add table
Add a link
Reference in a new issue