: add smtp global relay
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m31s

This commit is contained in:
VC
2025-03-29 08:27:18 +01:00
parent e4577d7d29
commit e75db369f2
7 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Install & configure the global SMTP relay
hosts: ks3370405
roles:
- ufw
- global_smtp_relay

View File

@@ -18,6 +18,8 @@
import_playbook: firewall.yml
- name: Run mail playbook
import_playbook: mail.yml
- name: Run global_smtprelay playbook
import_playbook: global_smtprelay.yml
- name: Run xmpp playbook
import_playbook: xmpp.yml
- name: Run webservers playbook

View File

@@ -1,7 +1,7 @@
---
- name: Deploy smtp relay
hosts: all:!disabled_server_conf:!machinbox:!mail
hosts: all:!disabled_server_conf:!machinbox:!mail:!ks3370405
diff: true
roles:
- smtprelay