mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
- name: make the app be real
|
|
hosts: os-masters-stg
|
|
user: root
|
|
gather_facts: True
|
|
|
|
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: librariesio2fedmsg
|
|
description: librariesio2fedmsg
|
|
appowners:
|
|
- jcline
|
|
- { role: openshift/object, app: librariesio2fedmsg, file: imagestream.yml }
|
|
- { role: openshift/object, app: librariesio2fedmsg, file: buildconfig.yml }
|
|
- { role: openshift/start-build, app: librariesio2fedmsg, name: fedmsg-relay-docker-build }
|
|
- { role: openshift/start-build, app: librariesio2fedmsg, name: sse2fedmsg-docker-build }
|
|
- { role: openshift/object, app: librariesio2fedmsg, template: configmap.yml }
|
|
- { role: openshift/object, app: librariesio2fedmsg, file: service.yml }
|
|
- { role: openshift/object, app: librariesio2fedmsg, file: route.yml }
|
|
- { role: openshift/object, app: librariesio2fedmsg, file: deploymentconfig.yml }
|
|
- { role: openshift/rollout, app: librariesio2fedmsg, name: librariesio2fedmsg }
|