12 lines
254 B
Text
12 lines
254 B
Text
host_system:
|
|
hosts:
|
|
bob:
|
|
ansible_ssh_private_key_file: ~/.ssh/keys/bob
|
|
|
|
instance_system:
|
|
#ansibletest:
|
|
# ansible_connection: docker
|
|
hosts:
|
|
dockerbob:
|
|
ansible_connection: community.general.incus
|
|
ansible_incus_remote: bob
|