Browse Source

Add ansible_connection=local to localhost in inventory

Jason DeTiberus 10 years ago
parent
commit
ba6108268f
3 changed files with 3 additions and 3 deletions
  1. 1 1
      inventory/aws/hosts/hosts
  2. 1 1
      inventory/gce/hosts/hosts
  3. 1 1
      inventory/libvirt/hosts/hosts

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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