This commit is contained in:
parent
4263d1be5a
commit
2059989d8a
4 changed files with 62 additions and 12 deletions
|
|
@ -1,5 +1,13 @@
|
|||
- name: Install script to update postgrey whitelist
|
||||
copy: src=usr/local/sbin/update_postgrey_whitelist.sh dest=/usr/local/sbin/update_postgrey_whitelist.sh owner=root group=root mode=0755
|
||||
copy:
|
||||
src: usr/local/sbin/update_postgrey_whitelist.sh
|
||||
dest: /usr/local/sbin/update_postgrey_whitelist.sh
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
|
||||
- name: Enable postgrey at boot time
|
||||
service: name=postgrey enabled=yes state=started
|
||||
service:
|
||||
name: postgrey
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue