diff --git a/inventory/testing/group_vars/all.yaml b/inventory/testing/group_vars/borg.yaml similarity index 100% rename from inventory/testing/group_vars/all.yaml rename to inventory/testing/group_vars/borg.yaml diff --git a/inventory/testing/hosts b/inventory/testing/hosts index ba2b585..145df5b 100644 --- a/inventory/testing/hosts +++ b/inventory/testing/hosts @@ -2,6 +2,10 @@ bastion ansible_connection=local [disabled] +[borg:children] +borg-client +borg-server + [borg-client] client01 ansible_host=127.0.2.1