summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-03 23:05:10 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-03 23:16:51 +0100
commitc755315a4645cea02b4498b3eceb2fb2e96ad00d (patch)
tree5b016dc8609d6ecca09f2f609323cb5b02811c4a /group_vars/all.yml.example
parentd5c97427499862c168414996763f7fc55438eb54 (diff)
Add dotfiles setup role w/testing
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example6
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: |