Add sane hosts
This commit is contained in:
parent
94dc909bd9
commit
ae27f5cc67
5 changed files with 59 additions and 0 deletions
5
group_vars/sane.yml
Normal file
5
group_vars/sane.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
Loading…
Add table
Add a link
Reference in a new issue