Add mail02.home.foo.sh host

This commit is contained in:
Timo Makinen 2020-09-24 14:46:24 +00:00
parent 8ef85fc318
commit 222e8c59ec
4 changed files with 42 additions and 3 deletions

7
group_vars/mail.yml Normal file
View file

@ -0,0 +1,7 @@
---
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 25}
- {proto: tcp, port: 465}
- {proto: tcp, port: 587}
- {proto: tcp, port: 993}