diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index d80cd7b482..8c719e1990 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -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 # diff --git a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 index 0f4d2334f7..498f65fc7d 100644 --- a/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 +++ b/roles/batcave/templates/infrastructure.fedoraproject.org.conf.j2 @@ -67,6 +67,11 @@ DocumentRoot /srv/web Include "conf.d//allows" + + Options -Indexes -FollowSymLinks + Require all granted + + Options FollowSymLinks Require all granted @@ -163,6 +168,11 @@ DocumentRoot /srv/web Include "conf.d/allows" + + Options -Indexes -FollowSymLinks + Require all granted + + Options FollowSymLinks Require all granted