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]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue