Turn on the SELinux boolean allow_ypbind
This commit is contained in:
parent
0c82987108
commit
9f84ff5215
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: enable httpd_can_network_connect selinux boolean
|
- name: enable httpd_can_network_connect selinux boolean
|
||||||
seboolean: name=httpd_can_network_connect state=yes persistent=yes
|
seboolean: name={{ item }} state=yes persistent=yes
|
||||||
|
with_items:
|
||||||
|
- httpd_can_network_connec
|
||||||
|
- allow_ypbind
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue