hotspot.txt.

This commit is contained in:
Ralph Bean 2015-12-15 23:00:26 +00:00
parent 4527a7973a
commit a1a1dcc5b2
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
OK

View file

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