Files
fedora-infra_ansible/playbooks/openshift-apps/rats.yml
Patrick Uiterwijk fa7d48125f Facts are not useful for openshift apps
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-04-17 02:39:14 +02:00

30 lines
664 B
YAML

- 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: rats
description: rats
appowners:
- pingou
# RabbitMQ
- role: openshift/object
app: rats
file: rabbitmq/imagestream.yml
- role: openshift/object
app: rats
file: rabbitmq/deploymentconfig.yml
- role: openshift/object
app: rats
file: rabbitmq/service.yml
- role: openshift/rollout
app: rats
dcdname: rats-queue