diff --git a/playbooks/manual/rebuild/files/hotspot.txt b/playbooks/manual/rebuild/files/hotspot.txt new file mode 100644 index 0000000000..d86bac9de5 --- /dev/null +++ b/playbooks/manual/rebuild/files/hotspot.txt @@ -0,0 +1 @@ +OK diff --git a/playbooks/manual/rebuild/hotspot.yml b/playbooks/manual/rebuild/hotspot.yml new file mode 100644 index 0000000000..f059f0d1bb --- /dev/null +++ b/playbooks/manual/rebuild/hotspot.yml @@ -0,0 +1,11 @@ +- name: Put a hotspot.txt file in place. + hosts: proxies;proxies-stg + user: root + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - "/srv/private/ansible/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + + tasks: + - file: dest=/srv/web/fedoraproject.org/static/ state=directory + - copy: src=hotspot.txt dest=/srv/web/fedoraproject.org/static/hotspot.txt