diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-23 14:38:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-23 14:38:51 +0200 |
| commit | eec9015acc48df70b31052e2f2e1cc761ffc047b (patch) | |
| tree | 443657edba9caedc04fc46e2f767d0010723452b /host_vars/ubuntu.local.yml.example | |
| parent | 76d81114bb53c93a5ce41a934ff9600c71f80ac1 (diff) | |
Change the host_var mappings and inventory names
Diffstat (limited to 'host_vars/ubuntu.local.yml.example')
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example deleted file mode 100644 index e39c17db..00000000 --- a/host_vars/ubuntu.local.yml.example +++ /dev/null @@ -1,41 +0,0 @@ ---- -# Not using raspberry pi as gateway or DNS sinkhole -network_ipv4_address: "10.0.0.203" -network_ipv4_gateway: "10.0.0.1" -network_ipv4_dns: "10.0.0.1" -network_ipv6_address: "fd5c:fd8b:2b8c::203/64" -network_ipv6_gateway: "fd5c:fd8b:2b8c::1" -network_ipv6_dns: "fd5c:fd8b:2b8c::1" - -python_versions: - - "3.13.7" - - "3.12.11" -ansible_core_version: "2.18.7" -molecule_version: "25.7.0" - -wireguard_connections: - wg-vpn3: | - [Interface] - PrivateKey = your_private_key_here - Address = 10.2.0.2/32 - DNS = 10.2.0.1 - - [Peer] - PublicKey = server_public_key - AllowedIPs = 0.0.0.0/0 - Endpoint = vpn.com:51820 - -firefox_install_browserpass: false -firefox_install_passff: true -firefox_extra_extensions: - "[email protected]": - installation_mode: "force_installed" - install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" -firefox_policies_override: - DisableAppUpdate: true - DisableFirefoxStudies: false - DisableTelemetry: false - -fonts_extra: - - "fonts-font-awesome" - - "fonts-google-fira" |
