(fmn) let httpd send mail.
This commit is contained in:
parent
0772391b97
commit
0a221be1cd
1 changed files with 2 additions and 1 deletions
|
@ -97,11 +97,12 @@
|
||||||
- notifs/frontend
|
- notifs/frontend
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: ensure selinux lets httpd talk to postgres and memcached
|
- name: ensure selinux lets httpd talk to postgres, memcached, and mail
|
||||||
seboolean: name={{item}} state=yes persistent=yes
|
seboolean: name={{item}} state=yes persistent=yes
|
||||||
with_items:
|
with_items:
|
||||||
- httpd_can_network_connect_db
|
- httpd_can_network_connect_db
|
||||||
- httpd_can_network_memcache
|
- httpd_can_network_memcache
|
||||||
|
- httpd_can_sendmail
|
||||||
tags:
|
tags:
|
||||||
- notifs
|
- notifs
|
||||||
- notifs/frontend
|
- notifs/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue