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/macbook.local.yml.example | |
| parent | 76d81114bb53c93a5ce41a934ff9600c71f80ac1 (diff) | |
Change the host_var mappings and inventory names
Diffstat (limited to 'host_vars/macbook.local.yml.example')
| -rw-r--r-- | host_vars/macbook.local.yml.example | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example new file mode 100644 index 00000000..a7fbcad8 --- /dev/null +++ b/host_vars/macbook.local.yml.example @@ -0,0 +1,55 @@ +--- +# Using raspberry pi as gateway (VPN) and DNS sinkhole (pihole) +network_ipv4_address: "10.0.0.203" +network_ipv4_gateway: "10.0.0.254" +network_ipv4_dns: "10.0.0.254" +network_ipv6_address: "fd5c:fd8b:2b8c::200/64" +network_ipv6_gateway: "fd5c:fd8b:2b8c::254" +network_ipv6_dns: "fd5c:fd8b:2b8c::254" + +go_versions: + - "latest" + - "1.25.3" +rust_versions: + - "latest" + - "1.83.0" +nodejs_versions: + - "lts" + - "22.22.0" +python_versions: + - "3.13.7" + - "3.12.11" +ansible_core_version: "2.20.1" +molecule_version: "25.9.0" +ansible_lint_version: "25.9.2" +yamllint_version: "1.37.1" + +wireguard_connections: + wg-vpn1: | + [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 + +fonts_extra: + - "ttf-dejavu" + - "noto-fonts" + +zen_browser_install_browserpass: false +zen_browser_install_passff: false +zen_browser_extra_extensions: + "[email protected]": + installation_mode: "force_installed" + install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" + +firefox_install_browserpass: false +firefox_install_passff: false +firefox_extra_extensions: + "[email protected]": + installation_mode: "force_installed" + install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" |
