repo: Change inventory to yaml format
This commit is contained in:
parent
e32f2366c8
commit
b147771a83
1 changed files with 11 additions and 5 deletions
16
inventory
16
inventory
|
|
@ -1,6 +1,12 @@
|
||||||
[host_system]
|
host_system:
|
||||||
bob ansible_ssh_private_key_file=~/.ssh/keys/bob
|
hosts:
|
||||||
|
bob:
|
||||||
|
ansible_ssh_private_key_file: ~/.ssh/keys/bob
|
||||||
|
|
||||||
[instance_system]
|
instance_system:
|
||||||
#ansibletest ansible_connection=docker
|
#ansibletest:
|
||||||
dockerbob ansible_connection=community.general.incus ansible_incus_remote=bob
|
# ansible_connection: docker
|
||||||
|
hosts:
|
||||||
|
dockerbob:
|
||||||
|
ansible_connection: community.general.incus
|
||||||
|
ansible_incus_remote: bob
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue