Buonanotte

This commit is contained in:
Freek Kettone 2025-09-03 06:23:21 +02:00
parent f7723e72dc
commit aa8d849825
11 changed files with 178 additions and 7 deletions

15
inventories/proxmox.yml Normal file
View file

@ -0,0 +1,15 @@
all:
children:
proxmox_nodes:
hosts:
my-proxmox:
ansible_host: 192.168.1.100
ansible_user: root
#proxmox_url: https://192.168.1.100:8006/api2/json
proxmox_url: 192.168.1.100
proxmox_user: root@pam
proxmox_password: "{{ lookup('env', 'PROXMOX_PASSWORD') }}"
# Gruppo che verrà popolato dinamicamente
lxc_containers:
hosts: {}