Add static host group

This commit is contained in:
Timo Makinen 2020-09-09 18:29:05 +00:00
parent 09a6bcce84
commit c6ea27bf2d
5 changed files with 36 additions and 0 deletions

4
group_vars/static.yml Normal file
View file

@ -0,0 +1,4 @@
---
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}