diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/desktop.local.yml | bin | 1090 -> 1610 bytes | |||
| -rw-r--r-- | host_vars/desktop.local.yml.example | 9 | ||||
| -rw-r--r-- | host_vars/laptop.local.yml | bin | 1011 -> 1531 bytes | |||
| -rw-r--r-- | host_vars/laptop.local.yml.example | 9 | ||||
| -rw-r--r-- | host_vars/macbook.local.yml | bin | 1315 -> 1835 bytes | |||
| -rw-r--r-- | host_vars/macbook.local.yml.example | 9 | ||||
| -rw-r--r-- | host_vars/pve.local.yml | bin | 540 -> 1060 bytes | |||
| -rw-r--r-- | host_vars/pve.local.yml.example | 9 | ||||
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 3910 -> 4430 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 9 |
10 files changed, 45 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml Binary files differindex 86ef7da7..6c2026ae 100644 --- a/host_vars/desktop.local.yml +++ b/host_vars/desktop.local.yml 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 Binary files differindex fbb83ac2..3ef9dd3f 100644 --- a/host_vars/laptop.local.yml +++ b/host_vars/laptop.local.yml 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 Binary files differindex 2a5b3172..9dd5d6a2 100644 --- a/host_vars/macbook.local.yml +++ b/host_vars/macbook.local.yml 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 Binary files differindex 214b6264..d17f8cbc 100644 --- a/host_vars/pve.local.yml +++ b/host_vars/pve.local.yml 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 Binary files differindex d2ecdb2f..16760177 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml 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" |
