summaryrefslogtreecommitdiffstats
path: root/host_vars/mac.local.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 15:32:58 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-04 17:32:14 +0100
commitf24937ba3b7bc67026888697a1b99994dbeeffdc (patch)
tree3b1ab658017999ed88bb871e64d783932dfc44b3 /host_vars/mac.local.yml.example
parent216f0ec95a87f265d561a0392af6a51a7f8b6dfc (diff)
Rename mac archlinux host
Diffstat (limited to 'host_vars/mac.local.yml.example')
-rw-r--r--host_vars/mac.local.yml.example41
1 files changed, 0 insertions, 41 deletions
diff --git a/host_vars/mac.local.yml.example b/host_vars/mac.local.yml.example
deleted file mode 100644
index 99936ff4..00000000
--- a/host_vars/mac.local.yml.example
+++ /dev/null
@@ -1,41 +0,0 @@
----
-# Using raspberry pi as gateway (VPN) and DNS sinkhole (pihole)
-network_ipv4_address: "10.0.0.200"
-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"