first steps with proxmox

This commit is contained in:
counterweight 2025-10-26 22:33:01 +01:00
parent 1ca6d3e13c
commit 85012f8ba5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 155 additions and 0 deletions

View file

@ -4,6 +4,9 @@ your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_
[watchtower]
your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
[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
# Local connection to laptop: this assumes you're running ansible commands from your personal laptop
# Make sure to adjust the username
[lapy]