From ab1ce5c14ffae0cc76d734ea56374f0c772631ba Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 15 Jul 2026 15:28:10 +0200 Subject: Rename services to use .home.arpa network instead .local --- host_vars/git.local.yml.example | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 host_vars/git.local.yml.example (limited to 'host_vars/git.local.yml.example') diff --git a/host_vars/git.local.yml.example b/host_vars/git.local.yml.example deleted file mode 100644 index 60b8d659..00000000 --- a/host_vars/git.local.yml.example +++ /dev/null @@ -1,21 +0,0 @@ ---- -ansible_host: "10.0.0.100" - -network_ipv4_address: "10.0.0.100" -network_ipv4_gateway: "10.0.0.254" -network_ipv4_dns: "10.0.0.254" - -pve_lxc_id: 100 -pve_lxc_hostname: "git" -pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz" -pve_lxc_disk: "local-lvm:4" -pve_lxc_cores: 1 -pve_lxc_memory: 256 -pve_lxc_ip: "10.0.0.100/24" -pve_lxc_gateway: "10.0.0.254" -pve_lxc_dns: "10.0.0.254" - -cgit_hostname: "git.home.arpa" -cgit_title: "git.a14m.dev" -cgit_description: "a14m git repositories" -cgit_ssh_user: "git" -- cgit v1.2.3