summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory_constructed/tag_inventory.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/inventory_constructed/tag_inventory.yml')
-rw-r--r--test/integration/targets/inventory_constructed/tag_inventory.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/integration/targets/inventory_constructed/tag_inventory.yml b/test/integration/targets/inventory_constructed/tag_inventory.yml
new file mode 100644
index 0000000..acf810e
--- /dev/null
+++ b/test/integration/targets/inventory_constructed/tag_inventory.yml
@@ -0,0 +1,12 @@
+all:
+ hosts:
+ host0:
+ tags:
+ name: "host0"
+ environment: "test"
+ status: ""
+ os: ""
+ roles:
+ - db
+ - web
+ - ""