From 3a8e4ef7ad53d2716146b88bea76b89e81e201e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 29 Jun 2017 15:15:54 +0200 Subject: [PATCH] move configuration --- allinone.yml | 2 -- roles/sso/vars/main.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/allinone.yml b/allinone.yml index 40615d7..f628728 100644 --- a/allinone.yml +++ b/allinone.yml @@ -15,8 +15,6 @@ - name: Customize the OpenShift installation hosts: allinone become: yes - vars: - sso_realm: '3scale' roles: - { name: 'openshift-postinstall', tags: 'openshift-postinstall' } - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } diff --git a/roles/sso/vars/main.yml b/roles/sso/vars/main.yml index 8648b92..8e80dea 100644 --- a/roles/sso/vars/main.yml +++ b/roles/sso/vars/main.yml @@ -10,7 +10,7 @@ jboss_openshift_application_templates_version: ose-v1.3.7 sso_template: sso71-postgresql-persistent sso_project: sso - sso_realm: sso + sso_realm: 3scale sso_keystore_password: secret sso_admin_username: admin sso_application_name: sso