Add prod hosts for greenwave playbook.
This commit is contained in:
parent
95c9ff089a
commit
1aee0cfa87
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os-masters-stg
|
||||
hosts: os-masters:os-masters-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
@ -17,4 +17,5 @@
|
|||
- { role: openshift/object, app: greenwave, file: service.yml }
|
||||
- { role: openshift/object, app: greenwave, file: route.yml }
|
||||
- { role: openshift/object, app: greenwave, file: deploymentconfig.yml }
|
||||
- { role: openshift/rollout, app: greenwave, name: greenwave-stg-web }
|
||||
- { role: openshift/rollout, app: greenwave, name: greenwave-stg-web, when: env == "staging" }
|
||||
- { role: openshift/rollout, app: greenwave, name: greenwave-web, when: env != "staging" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue