Files
fedora-infra_ansible/roles/fedora-web/iot/tasks/main.yml
Rick Elrod 7348e1718c add iot.fpo stuff (in staging only)
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-09-23 18:59:44 +00:00

19 lines
406 B
YAML

- name: Copy in the sync-iot cronjob
copy: src=cron-sync-iot dest=/etc/cron.d/sync-iot
tags:
- fedora-web
- fedora-web/iot
- name: Copy some config files for {{website}}
copy: >
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
owner=root group=root mode=0644
with_items:
- iot.conf
- languages.conf
notify:
- reload proxyhttpd
tags:
- fedora-web
- fedora-web/iot