From 39816755d2b47f73a89d830c6b485e13516ac54b Mon Sep 17 00:00:00 2001 From: counterweight Date: Mon, 3 Nov 2025 16:54:30 +0100 Subject: [PATCH] add spacey to inventory --- ansible/example.inventory.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/example.inventory.ini b/ansible/example.inventory.ini index e88ddf4..63e73c4 100644 --- a/ansible/example.inventory.ini +++ b/ansible/example.inventory.ini @@ -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]