mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
30 lines
664 B
YAML
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
|