summaryrefslogtreecommitdiff
path: root/src/caas/services/jinja/wr_inventory.j2
blob: 814d692a356b5a6bafebf5aff9c4b1d9da7ef0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
all:
  children:
    central:
      hosts:
        {{ central_target }}:
          ansible_host: {{ central_target_ip }}
    remote:
      hosts:
        {{ remote_target }}:
          ansible_host: {{ remote_target_ip }}