diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-24 12:14:36 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-24 12:15:01 -0400 |
commit | ba6108268fac802817cda3d3cb420c3b77e70f1f (patch) | |
tree | 4c5413c72a2dd2ec732730b6994a104cca6a9798 /inventory/aws/hosts | |
parent | b3b2039086bb380bc76172ec39a97f1d447ac412 (diff) | |
download | openshift-ba6108268fac802817cda3d3cb420c3b77e70f1f.tar.gz openshift-ba6108268fac802817cda3d3cb420c3b77e70f1f.tar.bz2 openshift-ba6108268fac802817cda3d3cb420c3b77e70f1f.tar.xz openshift-ba6108268fac802817cda3d3cb420c3b77e70f1f.zip |
Add ansible_connection=local to localhost in inventory
Diffstat (limited to 'inventory/aws/hosts')
-rw-r--r-- | inventory/aws/hosts/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/aws/hosts/hosts b/inventory/aws/hosts/hosts index 6c590ac93..34a4396bd 100644 --- a/inventory/aws/hosts/hosts +++ b/inventory/aws/hosts/hosts @@ -1 +1 @@ -localhost ansible_sudo=no ansible_python_interpreter=/usr/bin/python2 +localhost ansible_connection=local ansible_sudo=no ansible_python_interpreter=/usr/bin/python2 |