summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory_constructed/constructed.yml
blob: be02858f1b4087a358e9e79d89f21b9ff244ea5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
plugin: ansible.builtin.constructed
keyed_groups:
  - key: hostvar0
  - key: hostvar1
  - key: hostvar2

  - key: hostvar0
    separator: 'separator'
  - key: hostvar1
    separator: 'separator'
  - key: hostvar2
    separator: 'separator'

  - key: hostvar0
    prefix: 'prefix'
  - key: hostvar1
    prefix: 'prefix'
  - key: hostvar2
    prefix: 'prefix'