فهرست منبع

Add ansible_connection=local to localhost in inventory

Jason DeTiberus 10 سال پیش
والد
کامیت
ba6108268f
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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