mirror of
https://github.com/pikami/mail-server.git
synced 2024-11-27 04:15:41 +00:00
14 lines
240 B
YAML
14 lines
240 B
YAML
- name: Primary server configuration
|
|
hosts:
|
|
- mx1
|
|
remote_user: root
|
|
vars_files:
|
|
- vars-{{ inventory_hostname }}.yml
|
|
roles:
|
|
- initial-setup
|
|
- firewall
|
|
- ssl
|
|
- mail-primary
|
|
- vpn
|
|
- prometheus-exporters
|