diff --git a/playbooks/static.yml b/playbooks/static.yml index 2215dea..a31771d 100644 --- a/playbooks/static.yml +++ b/playbooks/static.yml @@ -21,6 +21,11 @@ - apache tasks: + - name: allow apache to access nfs mounts from selinux + seboolean: + name: httpd_use_nfs + state: true + persistent: true - name: share role and home directories to apache copy: dest: /etc/httpd/conf.local.d/public_html.conf