✨: nsd, the comeback
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
- name: Install & configure the global SMTP relay
|
||||
hosts: ks3370405
|
||||
roles:
|
||||
- ufw
|
||||
- global_smtp_relay
|
||||
|
7
playbooks/nsd.yml
Normal file
7
playbooks/nsd.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Deploy NSD
|
||||
hosts: nsdservers
|
||||
diff: true
|
||||
roles:
|
||||
- nsd
|
@@ -18,8 +18,12 @@
|
||||
import_playbook: firewall.yml
|
||||
- name: Run mail playbook
|
||||
import_playbook: mail.yml
|
||||
- name: Run ufw plabook
|
||||
import_playbook: ufw.yml
|
||||
- name: Run global_smtprelay playbook
|
||||
import_playbook: global_smtprelay.yml
|
||||
- name: Run nsd playbook
|
||||
import_playbook: nsd.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