the sebool should have been in resultsdb-frontend
instead of taskotron-frontend
This commit is contained in:
parent
353a4867e5
commit
dc771f332f
2 changed files with 3 additions and 3 deletions
|
@ -16,6 +16,9 @@
|
|||
- mod_wsgi
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: ensure selinux lets httpd talk to the network
|
||||
seboolean: name=httpd_can_network_connect persistent=yes state=yes
|
||||
|
||||
- name: generate resultsdb_frontend config
|
||||
template: src=settings.py.j2 dest=/etc/resultsdb_frontend/settings.py owner=root group=root mode=0644
|
||||
notify:
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
- httpd
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: ensure selinux lets httpd talk to the network
|
||||
seboolean: name=httpd_can_network_connect persistent=yes state=yes
|
||||
|
||||
- name: create dirs for static files
|
||||
file: path=/var/www/html/{{ item }} state=directory owner=apache group=apache mode=1755
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue