message-tagging-service: Add initial playbook (#7563)
This commit is contained in:
parent
1af6fd541b
commit
d5bf28677b
2 changed files with 19 additions and 0 deletions
14
playbooks/openshift-apps/message-tagging-service.yml
Normal file
14
playbooks/openshift-apps/message-tagging-service.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
- name: provision message-tagging-service
|
||||||
|
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
|
||||||
|
- /srv/web/infra/ansible/roles/openshift-apps/message-tagging-service/vars/main.yml
|
||||||
|
# - /srv/web/infra/ansible/roles/openshift-apps/message-tagging-service/vars/{{ env }}.yml
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- openshift/project
|
|
@ -0,0 +1,5 @@
|
||||||
|
app: message-tagging-service
|
||||||
|
description: message-tagging-service
|
||||||
|
appowners:
|
||||||
|
- mizdebsk
|
||||||
|
- cqi
|
Loading…
Add table
Add a link
Reference in a new issue