summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory_constructed/tag_inventory.yml
blob: acf810ea21fcba5273d53917a29b6fe8c575c6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:
  hosts:
    host0:
      tags:
        name: "host0"
        environment: "test"
        status: ""
      os: ""
      roles:
        - db
        - web
        - ""