From 0d92052a75aaa0586850b74697d0a031f99b5a6d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 11 May 2017 18:11:10 +0000 Subject: [PATCH] Containerized does not work Signed-off-by: Patrick Uiterwijk --- playbooks/groups/os-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index a42aa75bf1..8f68b79803 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -98,7 +98,7 @@ openshift_ansible_version: "openshift-ansible-3.4.88-1", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: true, - openshift_ansible_containerized_deploy: true, + openshift_ansible_containerized_deploy: false, openshift_cluster_masters_group: "os-masters-stg", openshift_cluster_nodes_group: "os-nodes-stg", openshift_cluster_infra_group: "os-nodes-stg",