system/group_vars/all/vars.yaml
Marty Oehme 030b8ec291
ref(inventory): Split up inventory into group vars
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`).
2025-03-13 11:24:13 +01:00

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