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:
Paul Belanger 2019-02-11 21:35:45 -05:00
parent 38b86dab3a
commit 885b6c922e
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ bastion ansible_connection=local
[disabled]
[borg:children]
borg-client
borg-server
[borg-client]
client01 ansible_host=127.0.2.1