13 lines
368 B
Text
13 lines
368 B
Text
host_system:
|
|
hosts:
|
|
bob:
|
|
ansible_ssh_private_key_file: ~/.ssh/keys/bob
|
|
ansible_become_pass: "{{ lookup('community.general.passwordstore', 'hosting/ansible/bob/sudo-password') }}"
|
|
|
|
instance_system:
|
|
#ansibletest:
|
|
# ansible_connection: docker
|
|
hosts:
|
|
dockerbob:
|
|
ansible_connection: community.general.incus
|
|
ansible_incus_remote: bob
|