Turn on httpd_can_network_connect for reverseproxy.
This commit is contained in:
parent
2b330e5475
commit
2053ae2d31
1 changed files with 10 additions and 0 deletions
|
@ -40,3 +40,13 @@
|
|||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
|
||||
- name: Turn on certain selinux booleans we need for our proxy layer
|
||||
seboolean: name={{ item }} state=true persistent=true
|
||||
with_items:
|
||||
# We need this for httpd to be able to reverseproxy to other machines.
|
||||
- httpd_can_network_connect
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue