summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/hash/test_inv1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/hash/test_inv1.yml')
-rw-r--r--test/integration/targets/hash/test_inv1.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/hash/test_inv1.yml b/test/integration/targets/hash/test_inv1.yml
new file mode 100644
index 0000000..02bd017
--- /dev/null
+++ b/test/integration/targets/hash/test_inv1.yml
@@ -0,0 +1,10 @@
+all:
+ hosts:
+ host1:
+ test_inventory_host_hash:
+ host_var1: "inventory 1"
+ host_var2: "inventory 1"
+ vars:
+ test_inventory_group_hash:
+ group_var1: "inventory 1"
+ group_var2: "inventory 1"