Browse Source

Add ansible_connection=local to localhost in inventory

Jason DeTiberus 10 năm trước cách đây
mục cha
commit
ba6108268f
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  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