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
|
||||
|
||||
- name: selinux status
|
||||
selinux: policy=targeted state=permissive
|
||||
selinux: policy=targeted state=enforcing
|
||||
|
||||
# /srv/persist
|
||||
- name: mount up bind mount for postgres
|
||||
|
@ -133,6 +133,7 @@
|
|||
with_items:
|
||||
- tar
|
||||
- mailman # transition from mailman2.1
|
||||
- vim
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
|
@ -225,7 +225,8 @@
|
|||
- restart postfix
|
||||
|
||||
- name: create the postfix aliases
|
||||
command: mailman3 aliases
|
||||
command: sudo -u mailman mailman3 aliases
|
||||
creates=/var/lib/mailman3/data/postfix_lmtp.db
|
||||
|
||||
# Memcached
|
||||
- name: set the memcached sysconfig file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue