diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-04 03:22:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-04 03:22:07 +0200 |
| commit | dc323fa9d3d9623e4214b5ac39abcad235d7cf0e (patch) | |
| tree | 1fc3ee0876acaf5f13254a9615d137482bb3508e /group_vars | |
| parent | 6725e4cc8f4e91b4215813171fa06d365721abed (diff) | |
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 8e556313..c2a0bd22 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -34,9 +34,9 @@ python_versions: - "3.11" - "3.13" -wireguard_autostart_connection: "protonvpn-us-1" +wireguard_autostart_connection: "vpn1" wireguard_connections: - protonvpn-us-1: | + vpn1: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 |
