Skip to content

Commit

Permalink
Merge pull request #360 from honghuac/master
Browse files Browse the repository at this point in the history
Created a web app installer
  • Loading branch information
honghuac committed Oct 7, 2019
2 parents 37483c4 + f6fe3bc commit 88cf849
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions support/install/ansible/playbooks/openshift/webapp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
- name: "Get master config"
hosts: master
gather_facts: no
tasks:
- include_role:
name: master_config

- name: "Install API Workshop"
hosts: workshop
tasks:
- include_role:
name: setup_webapp
vars:
configmap_name: extra-services
configmap_namespace: webapp
ocp_apps_domain: "{{ hostvars['SHARED_VARS']['oc_apps_domain'] }}"
tags: webapp

0 comments on commit 88cf849

Please sign in to comment.