From 043a92ce86484c3521ec4ce34a3b1a7c83e9bd40 Mon Sep 17 00:00:00 2001 From: Francesco Zimbolo Date: Thu, 23 Apr 2026 08:19:47 +0000 Subject: [PATCH] Refactored example hosts with bogon ips --- ansible/inventories/_template/hosts.yml.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ansible/inventories/_template/hosts.yml.example b/ansible/inventories/_template/hosts.yml.example index 1dc25c3..5c98fa8 100644 --- a/ansible/inventories/_template/hosts.yml.example +++ b/ansible/inventories/_template/hosts.yml.example @@ -3,11 +3,11 @@ all: proxmox: hosts: pve-node-01: - ansible_host: 10.191.25.21 - priv_ip: 10.191.125.1 + ansible_host: 192.168.1.1 + priv_ip: 192.168.2.1 pve-node-02: - ansible_host: 10.191.25.22 - priv_ip: 10.191.125.2 + ansible_host: 192.168.1.1 + priv_ip: 192.168.2.1 pve-node-03: - ansible_host: 10.191.25.23 - priv_ip: 10.191.125.3 \ No newline at end of file + ansible_host: 192.168.1.3 + priv_ip: 192.168.2.3