885b6c922e
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>
14 lines
178 B
INI
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
|