setup space for pdrs
This commit is contained in:
parent
4857e9bc24
commit
8d6821eafa
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue