Browse Source

move configuration

master
Nicolas Massé 9 years ago
parent
commit
3a8e4ef7ad
  1. 2
      allinone.yml
  2. 2
      roles/sso/vars/main.yml

2
allinone.yml

@ -15,8 +15,6 @@
- name: Customize the OpenShift installation - name: Customize the OpenShift installation
hosts: allinone hosts: allinone
become: yes become: yes
vars:
sso_realm: '3scale'
roles: roles:
- { name: 'openshift-postinstall', tags: 'openshift-postinstall' } - { name: 'openshift-postinstall', tags: 'openshift-postinstall' }
- { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' }

2
roles/sso/vars/main.yml

@ -10,7 +10,7 @@
jboss_openshift_application_templates_version: ose-v1.3.7 jboss_openshift_application_templates_version: ose-v1.3.7
sso_template: sso71-postgresql-persistent sso_template: sso71-postgresql-persistent
sso_project: sso sso_project: sso
sso_realm: sso sso_realm: 3scale
sso_keystore_password: secret sso_keystore_password: secret
sso_admin_username: admin sso_admin_username: admin
sso_application_name: sso sso_application_name: sso

Loading…
Cancel
Save