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 | a97e13a86f1fc16a75b5fd83a6dd74b2e694f314 (patch) | |
| tree | 1fc3ee0876acaf5f13254a9615d137482bb3508e /group_vars | |
| parent | eaeb038e785c764725ccb3a58019b62bdb358e4e (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 |
