(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
|
||||
- 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
|
||||
with_items:
|
||||
- httpd_can_network_connect_db
|
||||
- httpd_can_network_memcache
|
||||
- httpd_can_sendmail
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue