add initial playbooks for librariesio2fedmsg and release-monitoring, both on openshift stg
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
d5ffeddb05
commit
f67bb34783
2 changed files with 32 additions and 0 deletions
16
playbooks/openshift-apps/librariesio2fedmsg.yml
Normal file
16
playbooks/openshift-apps/librariesio2fedmsg.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
- 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
|
16
playbooks/openshift-apps/release-monitoring.yml
Normal file
16
playbooks/openshift-apps/release-monitoring.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
- 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: release-monitoring
|
||||||
|
description: release-monitoring
|
||||||
|
appowners:
|
||||||
|
- jcline
|
Loading…
Add table
Add a link
Reference in a new issue