Add sane hosts

This commit is contained in:
Timo Makinen 2023-11-04 19:42:11 +00:00
parent 94dc909bd9
commit ae27f5cc67
5 changed files with 59 additions and 0 deletions

5
group_vars/sane.yml Normal file
View 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]}