From 795d69deb169f2a133b4726d76d9ca4532bc8df1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 19 Sep 2018 22:03:55 +0000 Subject: [PATCH] install examples --- 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 0021b8025d..161cc2ac73 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -135,7 +135,7 @@ openshift_ansible_playbook: "playbooks/deploy_cluster.yml", openshift_ansible_version: "openshift-ansible-3.10.49-1", openshift_ansible_ssh_user: root, - openshift_ansible_install_examples: false, + openshift_ansible_install_examples: true, openshift_ansible_containerized_deploy: false, openshift_cluster_masters_group: "os-masters-stg", openshift_cluster_nodes_group: "os-nodes-stg",