pending changes
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
- name: Install & configure the global SMTP relay
|
||||
hosts: ks3370405
|
||||
roles:
|
||||
- ufw
|
||||
- global_smtp_relay
|
||||
|
@@ -20,6 +20,8 @@
|
||||
import_playbook: mail.yml
|
||||
- name: Run global_smtprelay playbook
|
||||
import_playbook: global_smtprelay.yml
|
||||
- name: Run ufw plabook
|
||||
import_playbook: ufw.yml
|
||||
- name: Run xmpp playbook
|
||||
import_playbook: xmpp.yml
|
||||
- name: Run webservers playbook
|
||||
|
6
playbooks/ufw.yml
Normal file
6
playbooks/ufw.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install & configure UFW
|
||||
hosts: ks3370405
|
||||
roles:
|
||||
- ufw
|
Reference in New Issue
Block a user