feat(inventory): Change to yaml definition
This commit is contained in:
parent
79a30d2adb
commit
b3c5347143
5 changed files with 17 additions and 7 deletions
14
inventory.yaml
Normal file
14
inventory.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
hostsystem:
|
||||
hosts:
|
||||
127.0.0.1:
|
||||
ansible_connection: local
|
||||
|
||||
chroot:
|
||||
hosts:
|
||||
void:
|
||||
ansible_host: /mnt/void
|
||||
ansible_connection: community.general.chroot
|
||||
|
||||
interface:
|
||||
hosts:
|
||||
void:
|
||||
Loading…
Add table
Add a link
Reference in a new issue