hotspot.txt.
This commit is contained in:
parent
4527a7973a
commit
a1a1dcc5b2
2 changed files with 12 additions and 0 deletions
1
playbooks/manual/rebuild/files/hotspot.txt
Normal file
1
playbooks/manual/rebuild/files/hotspot.txt
Normal file
|
@ -0,0 +1 @@
|
|||
OK
|
11
playbooks/manual/rebuild/hotspot.yml
Normal file
11
playbooks/manual/rebuild/hotspot.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue