mirror of
https://github.com/pikami/mail-server.git
synced 2024-11-27 20:35:44 +00:00
14 lines
244 B
YAML
14 lines
244 B
YAML
- name: Secondary server configuration
|
|
hosts:
|
|
- mx2
|
|
remote_user: root
|
|
vars_files:
|
|
- vars-{{ inventory_hostname }}.yml
|
|
roles:
|
|
- initial-setup
|
|
- firewall
|
|
- ssl
|
|
- mail-secondary
|
|
- vpn
|
|
- prometheus-exporters
|