add spacey to inventory

This commit is contained in:
counterweight 2025-11-03 16:54:30 +01:00
parent 661dc788f1
commit 39816755d2
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -7,6 +7,9 @@ your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_
[nodito]
your.proxmox.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key ansible_ssh_pass=your_root_password
[spacey]
your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
# Local connection to laptop: this assumes you're running ansible commands from your personal laptop
# Make sure to adjust the username
[lapy]