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>
This commit is contained in:
parent
38b86dab3a
commit
885b6c922e
@ -2,6 +2,10 @@ bastion ansible_connection=local
|
|||||||
|
|
||||||
[disabled]
|
[disabled]
|
||||||
|
|
||||||
|
[borg:children]
|
||||||
|
borg-client
|
||||||
|
borg-server
|
||||||
|
|
||||||
[borg-client]
|
[borg-client]
|
||||||
client01 ansible_host=127.0.2.1
|
client01 ansible_host=127.0.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user