staging-sync/db-sync: Point to batcave01 only instead of all the batcaves
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e3943b0e52
commit
cf31e3f0c8
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
flat: yes
|
||||
|
||||
- name: bring staging services down
|
||||
hosts: "{{ server or 'batcave' }}"
|
||||
hosts: "{{ server or 'batcave01.iad2.fedoraproject.org' }}"
|
||||
user: root
|
||||
any_errors_fatal: false
|
||||
vars_files:
|
||||
|
@ -83,7 +83,7 @@
|
|||
shell: cat /var/tmp/{{ db }}.dump | psql {{ db }}
|
||||
|
||||
- name: bring staging services up
|
||||
hosts: "{{ server or 'batcave' }}"
|
||||
hosts: "{{ server or 'batcave01.iad2.fedoraproject.org' }}"
|
||||
user: root
|
||||
any_errors_fatal: false
|
||||
vars_files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue