Add ostree.fp.o/iot
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f21de04fee
commit
dc66194eee
3 changed files with 25 additions and 0 deletions
3
roles/fedora-web/ostree/files/iot_config
Normal file
3
roles/fedora-web/ostree/files/iot_config
Normal file
|
@ -0,0 +1,3 @@
|
|||
[core]
|
||||
repo_version=1
|
||||
mode=archive-z2
|
1
roles/fedora-web/ostree/files/iot_mirrorlist
Normal file
1
roles/fedora-web/ostree/files/iot_mirrorlist
Normal file
|
@ -0,0 +1 @@
|
|||
https://d2ju0wfl996cmc.cloudfront.net/
|
|
@ -27,6 +27,27 @@
|
|||
- fedora-web
|
||||
- ostree
|
||||
|
||||
- name: make IoT ostree dir
|
||||
file: state=directory
|
||||
path=/srv/web/ostree/iot
|
||||
owner=apache
|
||||
group=sysadmin-releng
|
||||
mode=2775
|
||||
setype=httpd_sys_content_t
|
||||
seuser=system_u
|
||||
tags:
|
||||
- fedora-web
|
||||
- ostree
|
||||
|
||||
- name: Copy over the static IoT files
|
||||
copy: src=iot_{{item}} dest=/srv/web/ostree/iot/{{item}} mode=0644
|
||||
with_items:
|
||||
- config
|
||||
- mirrorlist
|
||||
tags:
|
||||
- fedora-web
|
||||
- ostree
|
||||
|
||||
- name: Copy in the sync-summary cron job
|
||||
copy: src=cron-sync-ostree-summary dest=/etc/cron.d/sync-ostree-summary
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue