Turn on the SELinux boolean allow_ypbind

This commit is contained in:
Pierre-Yves Chibon 2014-12-07 20:09:46 +01:00
parent 0c82987108
commit 9f84ff5215

View file

@ -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