mail-server/ansible/secondary-mail.yml
2024-05-31 01:17:29 +03:00

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