diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-18 16:30:12 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-18 16:32:15 +0200 |
| commit | 6a0fd11c6bd782a42b0b90d2f2365859a7953bb7 (patch) | |
| tree | bf50fdd6ee47a5fde5bd3a05b96006138100dee8 /group_vars | |
| parent | c7a4dfce1ad0b545b05a8043e321ad49e48873a6 (diff) | |
Implement support for conditional proxy (nginx or caddy)
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 4326 -> 4347 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 cba875ac..ffc5eb07 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 cc323a1f..e240f347 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -60,6 +60,8 @@ vimrc_setup_script: | chromium_is_default: false firefox_is_default: true +proxy_type: "nginx" + wireguard_autostart_connection: "vpn0" wireguard_connections: # All wireguard config files are prefixed with wg- |
