From 20b2d74c404102740b63a0efc723f1ad60073cc9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 3 Nov 2025 23:05:10 +0100 Subject: Add dotfiles setup role w/testing --- group_vars/all.yml | Bin 2273 -> 2433 bytes group_vars/all.yml.example | 6 ++++++ 2 files changed, 6 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 14d4fd79..d70c9333 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml differ 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 git@git.sr.ht:~a14m/.rc + wireguard_autostart_connection: "wg-vpn0" wireguard_connections: wg-vpn0: | -- cgit v1.2.3