selinux: httpd_can_connect_db set

This commit is contained in:
Toshio くらとみ 2013-10-05 02:33:10 +00:00
parent a7890c6874
commit 106c831ae1

View file

@ -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 }}