From f24937ba3b7bc67026888697a1b99994dbeeffdc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 15:32:58 +0100 Subject: Rename mac archlinux host --- bootstrap.yml | 2 +- configure.yml | 2 +- host_vars/mac.local.yml | Bin 1189 -> 0 bytes host_vars/mac.local.yml.example | 41 --------------------------------- host_vars/marchlinux.local.yml | Bin 0 -> 1189 bytes host_vars/marchlinux.local.yml.example | 41 +++++++++++++++++++++++++++++++++ inventory/hosts.yml | 2 +- 7 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 host_vars/mac.local.yml delete mode 100644 host_vars/mac.local.yml.example create mode 100644 host_vars/marchlinux.local.yml create mode 100644 host_vars/marchlinux.local.yml.example diff --git a/bootstrap.yml b/bootstrap.yml index 637469ca..65218328 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -3,7 +3,7 @@ gather_facts: true tags: ["required_for_boot"] hosts: - - mac.local + - marchlinux.local - archlinux.local - ubuntu.local - rpi5.local diff --git a/configure.yml b/configure.yml index edcfa6d4..955c3733 100644 --- a/configure.yml +++ b/configure.yml @@ -3,7 +3,7 @@ gather_facts: true hosts: - archlinux.local - - mac.local + - marchlinux.local roles: - role: "locales" - role: "timezone" diff --git a/host_vars/mac.local.yml b/host_vars/mac.local.yml deleted file mode 100644 index 78e5711c..00000000 Binary files a/host_vars/mac.local.yml and /dev/null differ 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" diff --git a/host_vars/marchlinux.local.yml b/host_vars/marchlinux.local.yml new file mode 100644 index 00000000..78e5711c Binary files /dev/null and b/host_vars/marchlinux.local.yml differ diff --git a/host_vars/marchlinux.local.yml.example b/host_vars/marchlinux.local.yml.example new file mode 100644 index 00000000..99936ff4 --- /dev/null +++ b/host_vars/marchlinux.local.yml.example @@ -0,0 +1,41 @@ +--- +# 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" diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 0f70fa90..e97866dc 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -3,7 +3,7 @@ homelab: vars: ansible_connection: ssh hosts: - mac.local: + marchlinux.local: archlinux.local: ubuntu.local: rpi5.local: -- cgit v1.2.3