Deploy registry-index to prod and fix up directory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a7f712fa31
commit
408460130e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue