setup space for pdrs

This commit is contained in:
Kevin Fenzi 2018-05-25 01:28:16 +00:00
parent 4857e9bc24
commit 8d6821eafa
2 changed files with 17 additions and 0 deletions

View file

@ -113,6 +113,13 @@
- batcave
- config
when: inventory_hostname.startswith('batcave01')
- name: setup cron for removing old pdr requests
copy: src=pdr.cron dest=/etc/cron.d/pdr.cron mode=0755
tags:
- batcave
- config
when: inventory_hostname.startswith('batcave01')
#
# Set selinux booleans we need
#

View file

@ -67,6 +67,11 @@ DocumentRoot /srv/web
Include "conf.d//allows"
</Directory>
<Directory /srv/web/infra/pdr>
Options -Indexes -FollowSymLinks
Require all granted
</Directory>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Require all granted
@ -163,6 +168,11 @@ DocumentRoot /srv/web
Include "conf.d/allows"
</Directory>
<Directory /srv/web/infra/pdr>
Options -Indexes -FollowSymLinks
Require all granted
</Directory>
<Directory /srv/web/infra/bigfiles>
Options FollowSymLinks
Require all granted