mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-29 04:49:25 +00:00
Adding dovecot and postfix configs
This commit is contained in:
9
roles/shell/tasks/postfix.yml
Normal file
9
roles/shell/tasks/postfix.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Configure postfix
|
||||
---
|
||||
- name: Install postix main.cf
|
||||
copy:
|
||||
src: ../files/etc/postfix/main.cf
|
||||
dest: /etc/postfix/main.cf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
Reference in New Issue
Block a user