From b147771a8369505b9054c154cb9d20894b401418 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 17 Jul 2025 17:20:39 +0200 Subject: [PATCH] repo: Change inventory to yaml format --- inventory | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/inventory b/inventory index a32928d..1b0533f 100644 --- a/inventory +++ b/inventory @@ -1,6 +1,12 @@ -[host_system] -bob ansible_ssh_private_key_file=~/.ssh/keys/bob +host_system: + hosts: + bob: + ansible_ssh_private_key_file: ~/.ssh/keys/bob -[instance_system] -#ansibletest ansible_connection=docker -dockerbob ansible_connection=community.general.incus ansible_incus_remote=bob +instance_system: + #ansibletest: + # ansible_connection: docker + hosts: + dockerbob: + ansible_connection: community.general.incus + ansible_incus_remote: bob