windmill-backup/inventory/testing/hosts
Paul Belanger 885b6c922e Create borg inventory group
This adds both borg-client and borg-server into a single inventory
group. This will allow us to target specific settings.

Change-Id: Ia63a373b59452347f560825f7a3efbb382606c5e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-02-11 21:52:59 -05:00

14 lines
178 B
INI

bastion ansible_connection=local
[disabled]
[borg:children]
borg-client
borg-server
[borg-client]
client01 ansible_host=127.0.2.1
[borg-server]
borg01 ansible_host=127.0.1.1