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