enable selinux httpd_can_network_connect for docker-distribution-proxy revproxy
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
4b56e62869
commit
21824949be
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
- name: Make sure mod_ssl is installed
|
- name: Make sure mod_ssl is installed
|
||||||
action: "{{ ansible_pkg_mgr }} name=mod_ssl state=installed"
|
action: "{{ ansible_pkg_mgr }} name=mod_ssl state=installed"
|
||||||
|
|
||||||
|
- name: enable httpd_can_network_connect SELinux boolean for reverse proxy
|
||||||
|
seboolean: name=httpd_can_network_connect state=yes persistent=yes
|
||||||
|
|
||||||
- name: ensure pki destination directory exists
|
- name: ensure pki destination directory exists
|
||||||
file:
|
file:
|
||||||
path: "{{ ssl.destdir }}"
|
path: "{{ ssl.destdir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue