summaryrefslogtreecommitdiffstats
path: root/host_vars/laptop.local.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/laptop.local.yml.example')
-rw-r--r--host_vars/laptop.local.yml.example9
1 files changed, 9 insertions, 0 deletions
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"