mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
ipsilon: enable deployment to production
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
hosts: os-masters[0]:os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
@@ -38,12 +38,10 @@
|
||||
- role: openshift/start-build
|
||||
app: ipsilon
|
||||
buildname: ipsilon
|
||||
|
||||
- role: openshift/object
|
||||
app: ipsilon
|
||||
template_fullpath: "{{roles_path}}/ipsilon/templates/configmap.yml"
|
||||
objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: ipsilon
|
||||
file: service.yml
|
||||
|
||||
Reference in New Issue
Block a user