mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
moved /etc/postfix/master.cf from common to shell
This commit is contained in:
@@ -10,4 +10,3 @@
|
|||||||
- include: manpage.yml
|
- include: manpage.yml
|
||||||
- include: monitoring.yml
|
- include: monitoring.yml
|
||||||
- include: scripts.yml
|
- include: scripts.yml
|
||||||
- include: postfix.yml
|
|
||||||
|
|||||||
@@ -8,11 +8,3 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
# Deploy master.cf
|
|
||||||
- name: Deploy postfix conf
|
|
||||||
copy:
|
|
||||||
src: ../files/etc/postfix/master.cf
|
|
||||||
dest: /etc/postfix/master.cf
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 0644
|
|
||||||
|
|||||||
@@ -8,3 +8,13 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart Postfix
|
notify: restart Postfix
|
||||||
|
|
||||||
|
# Deploy master.cf
|
||||||
|
- name: Deploy postfix conf
|
||||||
|
copy:
|
||||||
|
src: ../files/etc/postfix/master.cf
|
||||||
|
dest: /etc/postfix/master.cf
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
notify: restart Postfix
|
||||||
|
|||||||
Reference in New Issue
Block a user