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
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
|
||||
os_type: centos7
|
||||
dcentos7atadisk_size:
|
||||
- 1000
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue