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`).
11 lines
348 B
YAML
11 lines
348 B
YAML
---
|
|
restic_repository: "{{ vault_restic_repository }}"
|
|
restic_password: "{{ vault_restic_password }}"
|
|
restic_s3_id: "{{ vault_restic_s3_id }}"
|
|
restic_s3_key: "{{ vault_restic_s3_key }}"
|
|
|
|
desired_package_state: latest
|
|
user_name: "{{ vault_user_name }}"
|
|
user_pass: "{{ vault_user_pass }}"
|
|
user_pass_salt: "{{ vault_user_pass_salt }}"
|
|
user_shell: zsh
|