From 0e3b691dae1407872ed71578bc9853fc0d3d7fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 22 Jun 2017 07:47:52 +0200 Subject: [PATCH] moved the ansible_ssh_user variable from group_vars to inventory --- allinone.hosts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/allinone.hosts b/allinone.hosts index cf89652..c19c69a 100644 --- a/allinone.hosts +++ b/allinone.hosts @@ -16,6 +16,10 @@ masters # Default route suffix openshift_master_default_subdomain=app.openshift.test +# The SSH user that Ansible will use to run playbooks +ansible_ssh_user=redhat + + [masters] openshift35.openshift.test