forked from CCCHH/ansible-infra
Add send_only_mailserver role and deploy Send-Only-Mailserver with it
Co-authored-by: yuri <yuri@nekover.se>
This commit is contained in:
parent
f4a79fb4e2
commit
b56ca3899d
14 changed files with 263 additions and 0 deletions
6
playbooks/deploy_send_only_mailserver.yaml
Normal file
6
playbooks/deploy_send_only_mailserver.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy the Send-Only-Mailserver
|
||||
hosts: send-only-mailserver
|
||||
become: true
|
||||
roles:
|
||||
- send_only_mail_server
|
||||
Loading…
Add table
Add a link
Reference in a new issue