mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Include the prod instance in the playbook
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: check/create instance
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org, simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
- name: setup all the things
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org, simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
||||
Reference in New Issue
Block a user