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:
Pierre-Yves Chibon 2020-09-16 11:53:29 +02:00
parent e3943b0e52
commit cf31e3f0c8

View file

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