diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-03 23:05:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-03 23:16:51 +0100 |
| commit | 20b2d74c404102740b63a0efc723f1ad60073cc9 (patch) | |
| tree | 5b016dc8609d6ecca09f2f609323cb5b02811c4a /group_vars/all.yml.example | |
| parent | 375bd8bb283cdce04cb2a65c489f0c6f46a975a9 (diff) | |
Add dotfiles setup role w/testing
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 1c6a84fe..5fc30d82 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -29,6 +29,12 @@ password_policy_maxrepeat: 3 password_policy_maxclassrepeat: 0 password_policy_gecoscheck: 0 +dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc" +dotfiles_setup_script: | + cd ~/.rc + stow --no-folding . + git remote set-url origin [email protected]:~a14m/.rc + wireguard_autostart_connection: "wg-vpn0" wireguard_connections: wg-vpn0: | |
