27 lines
No EOL
482 B
YAML
27 lines
No EOL
482 B
YAML
---
|
|
# Host-specific variables for mail.mcintire.me
|
|
ansible_user: ansible
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
firewall_allow_rules:
|
|
- port: 25
|
|
proto: tcp
|
|
comment: SMTP
|
|
- port: 80
|
|
proto: tcp
|
|
comment: HTTP
|
|
- port: 443
|
|
proto: tcp
|
|
comment: HTTPS
|
|
- port: 465
|
|
proto: tcp
|
|
comment: SMTPS
|
|
- port: 587
|
|
proto: tcp
|
|
comment: SMTP Submission
|
|
- port: 993
|
|
proto: tcp
|
|
comment: IMAPS
|
|
- port: 995
|
|
proto: tcp
|
|
comment: POP3S |