This takes forever
This commit is contained in:
parent
f02b7ecd47
commit
202c9b3984
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@
|
||||||
command: semanage fcontext -a -t var_lib_t "{{ buildmaster_home }}(/.*)?"
|
command: semanage fcontext -a -t var_lib_t "{{ buildmaster_home }}(/.*)?"
|
||||||
when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg']
|
when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg']
|
||||||
|
|
||||||
- name: make sure the selinux fcontext is restored
|
#- name: make sure the selinux fcontext is restored
|
||||||
command: restorecon -R "{{ buildmaster_home }}"
|
# command: restorecon -R "{{ buildmaster_home }}"
|
||||||
when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg']
|
# when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg']
|
||||||
|
|
||||||
- name: allow httpd tcp connections with selinux
|
- name: allow httpd tcp connections with selinux
|
||||||
seboolean: name=httpd_can_network_connect state=true persistent=yes
|
seboolean: name=httpd_can_network_connect state=true persistent=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue