mirror of
https://github.com/pikami/mail-server.git
synced 2026-06-15 16:56:58 +01:00
Extract playbook actions to roles
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Configure OpenSMTPD smtpd.conf
|
||||
template:
|
||||
src: templates/smtpd.conf
|
||||
dest: /etc/mail/smtpd.conf
|
||||
notify:
|
||||
- reload smtpd
|
||||
|
||||
- name: Enable and start OpenSMTPD service
|
||||
service:
|
||||
name: smtpd
|
||||
enabled: yes
|
||||
state: started
|
||||
Reference in New Issue
Block a user