mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
47 lines
913 B
YAML
47 lines
913 B
YAML
---
|
|
users:
|
|
l3d:
|
|
- l3d@pinkie.l3d.yt
|
|
- l3d@mobile.l3d.yt
|
|
- l3d@backup.l3d.yt
|
|
- l3d@derpy.l3d.yt
|
|
- l3d@backup-rsa.l3d.yt
|
|
- l3d@business.wingcon.com
|
|
mailwebuser:
|
|
- l3d@pinkie.l3d.yt
|
|
- l3d@mobile.l3d.yt
|
|
- l3d@backup.l3d.yt
|
|
- l3d@derpy.l3d.yt
|
|
- l3d@backup-rsa.l3d.yt
|
|
- l3d@business.wingcon.com
|
|
|
|
accounts:
|
|
- l3d
|
|
- mailwebuser
|
|
|
|
# mail domains
|
|
additional_dns_maildomains: 'mail.l3d.space imap.l3d.space smtp.l3d.space'
|
|
|
|
|
|
nginx_sites:
|
|
- name: 'mail.l3d.space'
|
|
webroot:
|
|
user: 'mailwebuser'
|
|
|
|
# letsencrypt
|
|
acme_notification_email: "{{ _acme_notification_email }}"
|
|
|
|
# firewall
|
|
fail2ban_destemail: "{{ _fail2ban_destemail }}"
|
|
firewall_allowed_tcp_ports:
|
|
- "22"
|
|
- "25"
|
|
- "80"
|
|
- "443"
|
|
|
|
# mysql
|
|
mysql_bind_address: "{{ _mysql_bind_address }}"
|
|
mysql_root_password: "{{ _mysql_root_password }}"
|
|
|
|
# mailserver
|
|
mailserver_domain: "{{ inventory_hostname }}"
|