Add ostree.fp.o/iot

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2019-02-05 11:21:52 +00:00
parent f21de04fee
commit dc66194eee
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[core]
repo_version=1
mode=archive-z2

View file

@ -0,0 +1 @@
https://d2ju0wfl996cmc.cloudfront.net/

View file

@ -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: