✨: add smtp global relay
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m31s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m31s
This commit is contained in:
7
playbooks/global_smtprelay.yml
Normal file
7
playbooks/global_smtprelay.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install & configure the global SMTP relay
|
||||
hosts: ks3370405
|
||||
roles:
|
||||
- ufw
|
||||
- global_smtp_relay
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user