mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 11:30:00 +08:00
38 lines
906 B
YAML
38 lines
906 B
YAML
- name: make the app be real
|
|
hosts: os_masters[0]: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: docsbuilding
|
|
description: Documentation building
|
|
appowners:
|
|
- asamalik
|
|
- jibecfed
|
|
tags:
|
|
- apply-appowners
|
|
- role: openshift/imagestream
|
|
app: docsbuilding
|
|
imagename: builder
|
|
- role: openshift/object
|
|
app: docsbuilding
|
|
objectname: buildconfig.yml
|
|
template: buildconfig.yml
|
|
- role: openshift/start-build
|
|
app: docsbuilding
|
|
buildname: builder-build
|
|
- role: openshift/object
|
|
app: docsbuilding
|
|
template: cron.yml
|
|
objectname: cron.yml
|
|
- role: openshift/object
|
|
app: docsbuilding
|
|
file: pvc.yml
|
|
objectname: pvc.yml
|