diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-24 12:45:20 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-24 12:45:20 -0400 |
commit | 8ce5e1de898d2fd2c4aa4620f31b57b62ed0c5d6 (patch) | |
tree | 4c5413c72a2dd2ec732730b6994a104cca6a9798 /inventory | |
parent | b3b2039086bb380bc76172ec39a97f1d447ac412 (diff) | |
parent | ba6108268fac802817cda3d3cb420c3b77e70f1f (diff) | |
download | openshift-8ce5e1de898d2fd2c4aa4620f31b57b62ed0c5d6.tar.gz openshift-8ce5e1de898d2fd2c4aa4620f31b57b62ed0c5d6.tar.bz2 openshift-8ce5e1de898d2fd2c4aa4620f31b57b62ed0c5d6.tar.xz openshift-8ce5e1de898d2fd2c4aa4620f31b57b62ed0c5d6.zip |
Merge pull request #185 from detiber/localhost_is_local
Add ansible_connection=local to localhost in inventory
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/aws/hosts/hosts | 2 | ||||
-rw-r--r-- | inventory/gce/hosts/hosts | 2 | ||||
-rw-r--r-- | inventory/libvirt/hosts/hosts | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/inventory/gce/hosts/hosts b/inventory/gce/hosts/hosts index 6c590ac93..34a4396bd 100644 --- a/inventory/gce/hosts/hosts +++ b/inventory/gce/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 diff --git a/inventory/libvirt/hosts/hosts b/inventory/libvirt/hosts/hosts index 9cdc31449..34a4396bd 100644 --- a/inventory/libvirt/hosts/hosts +++ b/inventory/libvirt/hosts/hosts @@ -1 +1 @@ -localhost ansible_sudo=no ansible_python_interpreter=/usr/bin/python2 connection=local +localhost ansible_connection=local ansible_sudo=no ansible_python_interpreter=/usr/bin/python2 |