summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/become_unprivileged/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/become_unprivileged/inventory')
-rw-r--r--test/integration/targets/become_unprivileged/inventory10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/become_unprivileged/inventory b/test/integration/targets/become_unprivileged/inventory
new file mode 100644
index 0000000..025d8cf
--- /dev/null
+++ b/test/integration/targets/become_unprivileged/inventory
@@ -0,0 +1,10 @@
+[ssh]
+#ssh-pipelining ansible_ssh_pipelining=true
+ssh-no-pipelining ansible_ssh_pipelining=false
+[ssh:vars]
+ansible_host=localhost
+ansible_connection=ssh
+ansible_python_interpreter="{{ ansible_playbook_python }}"
+
+[all:vars]
+ansible_python_interpreter="{{ ansible_playbook_python }}" \ No newline at end of file