Quellcode durchsuchen

Add ansible_connection=local to localhost in inventory

Jason DeTiberus vor 10 Jahren
Ursprung
Commit
ba6108268f
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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