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

4
group_vars/all.yml Normal file
View file

@ -0,0 +1,4 @@
# Variabili per la creazione del container
root_password: "{{ lookup('env', 'XMPP_PASSWORD') }}"
ssh_public_key: "{{ lookup('file', '~/.ssh/ansible.pub') }}"

View file

@ -0,0 +1,3 @@
proxmox_host: 192.168.1.100:8006
proxmox_user: root@pam
proxmox_password: "{{ lookup('env', 'PROXMOX_PASSWORD') }}"