Add the messaging-bridges OpenShift app playbook
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
e8b13a2fa4
commit
20c88e6394
1 changed files with 17 additions and 0 deletions
17
playbooks/openshift-apps/messaging-bridges.yml
Normal file
17
playbooks/openshift-apps/messaging-bridges.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- role: openshift/project
|
||||
app: messaging-bridges
|
||||
description: "ZeroMQ <-> AMQP bridges"
|
||||
appowners:
|
||||
- abompard
|
||||
- jcline
|
Loading…
Add table
Add a link
Reference in a new issue