selinux: httpd_can_connect_db set
This commit is contained in:
parent
a7890c6874
commit
106c831ae1
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
|
# FIXME: Probably need other selinux booleans and tweaks here
|
||||||
|
- name: set sebooleans so nuancier can talk to the db
|
||||||
|
action: seboolean name=httpd_can_network_connect_db
|
||||||
|
state=true
|
||||||
|
persistent=true
|
||||||
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
dest={{ item.location }}/{{ item.file }}
|
dest={{ item.location }}/{{ item.file }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue