summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/order/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/order/inventory')
-rw-r--r--test/integration/targets/order/inventory9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/order/inventory b/test/integration/targets/order/inventory
new file mode 100644
index 0000000..11f322a
--- /dev/null
+++ b/test/integration/targets/order/inventory
@@ -0,0 +1,9 @@
+[incremental]
+hostB
+hostA
+hostD
+hostC
+
+[incremental:vars]
+ansible_connection=local
+ansible_python_interpreter='{{ansible_playbook_python}}'