From f7c8bd8143d6bc1e5b55bfd9591101ed41651d25 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 22 Jul 2026 22:19:14 +0200 Subject: Cleanup and normalize the duplicate network addresses --- host_vars/desktop.local.yml | Bin 1042 -> 1116 bytes host_vars/git.home.arpa.yml | Bin 980 -> 1009 bytes host_vars/git.home.arpa.yml.example | 12 ++++++------ host_vars/laptop.local.yml | Bin 963 -> 1037 bytes host_vars/macbook.local.yml | Bin 1267 -> 1341 bytes host_vars/proxy.home.arpa.yml | Bin 670 -> 699 bytes host_vars/proxy.home.arpa.yml.example | 6 +++--- host_vars/pve.local.yml | Bin 492 -> 566 bytes 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml index b722625e..f479690d 100644 Binary files a/host_vars/desktop.local.yml and b/host_vars/desktop.local.yml differ diff --git a/host_vars/git.home.arpa.yml b/host_vars/git.home.arpa.yml index 93c35c32..5dc2b143 100644 Binary files a/host_vars/git.home.arpa.yml and b/host_vars/git.home.arpa.yml differ diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example index 9eb71e29..fe14f69d 100644 --- a/host_vars/git.home.arpa.yml.example +++ b/host_vars/git.home.arpa.yml.example @@ -9,9 +9,9 @@ pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz" pve_lxc_disk: "local-lvm:4" # storage:sizeGB pve_lxc_cores: 1 pve_lxc_memory: 256 -pve_lxc_ip: "10.0.0.102/24" -pve_lxc_gateway: "10.0.0.254" -pve_lxc_dns: "10.0.0.254" +pve_lxc_ip: "{{ network_ipv4_address }}/24" +pve_lxc_gateway: "{{ network_ipv4_gateway }}" +pve_lxc_dns: "{{ network_ipv4_dns }}" pve_lxc_ssh_port: 2222 cgit_hostname: "git.home.arpa" @@ -23,7 +23,7 @@ backup_name: "git" backup_paths: - "/srv/git" backup_cron_schedule: "0 0 * * 0" -backup_repo: "s3:http://{{ hostvars['rpi5.local'].network_ipv4_address }}:3900/backups" -backup_access_key_id: "{{ hostvars['rpi5.local'].garage_access_key_id }}" -backup_secret_access_key: "{{ hostvars['rpi5.local'].garage_secret_access_key }}" +backup_repo: "s3:http://10.0.0.254:3900/backups" +backup_access_key_id: "GK_CHAGNEME" +backup_secret_access_key: "CHANGEME" backup_password: "changeme" diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml index 9c4c8798..4f4cd3f7 100644 Binary files a/host_vars/laptop.local.yml and b/host_vars/laptop.local.yml differ diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml index 81787f45..1b12390d 100644 Binary files a/host_vars/macbook.local.yml and b/host_vars/macbook.local.yml differ diff --git a/host_vars/proxy.home.arpa.yml b/host_vars/proxy.home.arpa.yml index ca6c6e3a..7610c7d5 100644 Binary files a/host_vars/proxy.home.arpa.yml and b/host_vars/proxy.home.arpa.yml differ diff --git a/host_vars/proxy.home.arpa.yml.example b/host_vars/proxy.home.arpa.yml.example index 8b7755c2..902c38d2 100644 --- a/host_vars/proxy.home.arpa.yml.example +++ b/host_vars/proxy.home.arpa.yml.example @@ -9,9 +9,9 @@ pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz" pve_lxc_disk: "local-lvm:2" # storage:sizeGB pve_lxc_cores: 1 pve_lxc_memory: 128 -pve_lxc_ip: "10.0.0.101/24" -pve_lxc_gateway: "10.0.0.254" -pve_lxc_dns: "10.0.0.254" +pve_lxc_ip: "{{ network_ipv4_address }}/24" +pve_lxc_gateway: "{{ network_ipv4_gateway }}" +pve_lxc_dns: "{{ network_ipv4_dns }}" pve_lxc_ssh_port: 2222 proxy_type: "caddy" diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index f8cfcdb6..ae3a8293 100644 Binary files a/host_vars/pve.local.yml and b/host_vars/pve.local.yml differ -- cgit v1.2.3