From 2f60116a43706774f1a815d8513d0ec23e880fc2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 26 Jul 2026 01:01:39 +0200 Subject: Update the ssh keys for each of the hosts w/examples --- host_vars/desktop.local.yml | Bin 1090 -> 1610 bytes host_vars/desktop.local.yml.example | 9 +++++++++ host_vars/laptop.local.yml | Bin 1011 -> 1531 bytes host_vars/laptop.local.yml.example | 9 +++++++++ host_vars/macbook.local.yml | Bin 1315 -> 1835 bytes host_vars/macbook.local.yml.example | 9 +++++++++ host_vars/pve.local.yml | Bin 540 -> 1060 bytes host_vars/pve.local.yml.example | 9 +++++++++ host_vars/rpi5.local.yml | Bin 3910 -> 4430 bytes host_vars/rpi5.local.yml.example | 9 +++++++++ 10 files changed, 45 insertions(+) (limited to 'host_vars') diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml index 86ef7da7..6c2026ae 100644 Binary files a/host_vars/desktop.local.yml and b/host_vars/desktop.local.yml differ diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example index 35890e53..9c018ba2 100644 --- a/host_vars/desktop.local.yml.example +++ b/host_vars/desktop.local.yml.example @@ -4,6 +4,15 @@ network_ipv4_address: "10.0.0.201" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + go_versions: - "latest" - "1.25.3" diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml index fbb83ac2..3ef9dd3f 100644 Binary files a/host_vars/laptop.local.yml and b/host_vars/laptop.local.yml differ diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example index e0b5e0d8..a59c0095 100644 --- a/host_vars/laptop.local.yml.example +++ b/host_vars/laptop.local.yml.example @@ -4,6 +4,15 @@ network_ipv4_address: "10.0.0.202" network_ipv4_gateway: "10.0.0.1" network_ipv4_dns: "10.0.0.1" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + python_versions: - "3.13.7" - "3.12.11" diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml index 2a5b3172..9dd5d6a2 100644 Binary files a/host_vars/macbook.local.yml and b/host_vars/macbook.local.yml differ diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example index 264446c5..acf85295 100644 --- a/host_vars/macbook.local.yml.example +++ b/host_vars/macbook.local.yml.example @@ -4,6 +4,15 @@ network_ipv4_address: "10.0.0.203" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + go_versions: - "latest" - "1.25.3" diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index 214b6264..d17f8cbc 100644 Binary files a/host_vars/pve.local.yml and b/host_vars/pve.local.yml differ diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index cc872e67..1c3c964c 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -7,6 +7,15 @@ network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" network_bridge_interface: "eth0" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + pve_admin_user: "admin" pve_admin_password: "changeme" pve_storage_device: "/dev/sda4" diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml index d2ecdb2f..16760177 100644 Binary files a/host_vars/rpi5.local.yml and b/host_vars/rpi5.local.yml differ diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 20d9d15e..3dfca0f2 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -3,6 +3,15 @@ network_interface: "eth0" network_ipv4_address: "10.0.0.254" network_ipv4_gateway: "10.0.0.1" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + proxy_type: "caddy" pihole_hostname: "dns.home.arpa" -- cgit v1.2.3