diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:23:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | 399826fd634e47134feb919b0ee0805035475fc4 (patch) | |
| tree | 4222cb37b1a60a56795155a0e8a7c82a140b8dd9 /group_vars | |
| parent | 8dfbe7c57da01ed63fd059f57b8c02102ad80720 (diff) | |
Add password_store role
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 3669 -> 3723 bytes | |||
| -rw-r--r-- | group_vars/all.yml.example | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml Binary files differindex 3442025a..c23828a6 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 88974f6a..166fee3c 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -46,6 +46,8 @@ dotfiles_setup_script: | chmod 0700 ~/.gnupg git remote set-url origin [email protected]:~a14m/.rc +password_store_repo_url: "[email protected]:a14m/.pass" + wireguard_autostart_connection: "wg-vpn0" wireguard_connections: wg-vpn0: | |
