Deploy registry-index to prod and fix up directory

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-21 21:54:52 +00:00
parent a7f712fa31
commit 408460130e

View file

@ -4,7 +4,7 @@
- fedora-web - fedora-web
- name: make registry-index dir - name: make registry-index dir
file: state=directory path=/srv/web/registry-index owner=apache group=sysadmin-releng mode=2775 setype=httpd_sys_content_t seuser=system_u file: state=directory path=/srv/web/registry-index owner=apache group=sysadmin-releng mode=775 setype=httpd_sys_content_t seuser=system_u
tags: tags:
- fedora-web - fedora-web
@ -31,7 +31,6 @@
- name: Copy in the sync-registry-index cronjob - name: Copy in the sync-registry-index cronjob
copy: src=cron-sync-registry-index dest=/etc/cron.d/sync-registry-index copy: src=cron-sync-registry-index dest=/etc/cron.d/sync-registry-index
when: env == "staging"
tags: tags:
- fedora-web - fedora-web
- fedora-web/registry - fedora-web/registry