One inventory targets a local machine (`inv-local.yaml`, chosen by default) while the other targets a chrooted installation accessible from another system, usually in the `/mnt/void` directory (`inv-chroot.yaml`, has to be called like `ansible-playbook -i inv-chroot.yaml`).
3 lines
69 B
INI
3 lines
69 B
INI
[defaults]
|
|
inventory=inv-local.yaml
|
|
vault_password_file = vault-pass
|