diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-14 16:08:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-14 17:14:34 +0100 |
| commit | c809789becb8ecdd6872a679757a97f2b4b7776f (patch) | |
| tree | 99ca013d6e09fb00b1de757d1aa06866a50ac322 /group_vars | |
| parent | 2db8a4f137da5e3addddce407ab892314ad6093d (diff) | |
Fix example config, and ignore rpi idempotent test failure
The reason the idempotent test fails is the following:
- 1st run: wireguard role deploys all the configured VPN connections
- 1st run: wg_portal updates the file permissions /etc/wireguard (ACLs)
- 2nd run: wireguard sees the file changed, deploys again (idempotent failure)
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index a4e90f14..16730008 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -56,7 +56,7 @@ vimrc_setup_script: | # NOTE: based on https://stackoverflow.com/a/33734425/1769515 vim -E -s -u ~/.vimrc +PlugInstall +qall -wireguard_autostart_connection: "wg-vpn0" +wireguard_autostart_connection: "vpn0" wireguard_connections: # All wireguard config files are prefixed with wg- # The following connection will be named wg-vpn0 |
