lists-dev: setenforce and fix aliases perms
This commit is contained in:
parent
693f1ca2d0
commit
7c40bb7e8a
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
action: mount name=/srv/persist src='LABEL=lists-dev' fstype=ext4 state=mounted
|
action: mount name=/srv/persist src='LABEL=lists-dev' fstype=ext4 state=mounted
|
||||||
|
|
||||||
- name: selinux status
|
- name: selinux status
|
||||||
selinux: policy=targeted state=permissive
|
selinux: policy=targeted state=enforcing
|
||||||
|
|
||||||
# /srv/persist
|
# /srv/persist
|
||||||
- name: mount up bind mount for postgres
|
- name: mount up bind mount for postgres
|
||||||
|
@ -133,6 +133,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- tar
|
- tar
|
||||||
- mailman # transition from mailman2.1
|
- mailman # transition from mailman2.1
|
||||||
|
- vim
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
|
@ -225,7 +225,8 @@
|
||||||
- restart postfix
|
- restart postfix
|
||||||
|
|
||||||
- name: create the postfix aliases
|
- name: create the postfix aliases
|
||||||
command: mailman3 aliases
|
command: sudo -u mailman mailman3 aliases
|
||||||
|
creates=/var/lib/mailman3/data/postfix_lmtp.db
|
||||||
|
|
||||||
# Memcached
|
# Memcached
|
||||||
- name: set the memcached sysconfig file
|
- name: set the memcached sysconfig file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue