From 167a68146c2e7fbacc40687f2d034a2f5e5d88d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 22 Jun 2017 07:45:26 +0200 Subject: [PATCH] update the main playbook --- allinone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/allinone.yml b/allinone.yml index 697fac6..6e9fa63 100644 --- a/allinone.yml +++ b/allinone.yml @@ -5,7 +5,6 @@ become: yes roles: - { name: 'base', tags: 'base' } - - { name: 'iptables', tags: 'iptables' } - { name: 'name-resolution', tags: 'name-resolution' } - { name: 'docker', tags: 'docker' } - { name: 'openshift-prereq', tags: 'openshift-prereq' } @@ -20,4 +19,4 @@ - { name: 'openshift-postinstall', tags: 'openshift-postinstall' } - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' } - { name: '3scale', tags: '3scale' } - - { name: 'sso', tags: 'sso' } + - { name: 'sso', tags: 'sso', sso_realm: '3scale' }