Buonanotte
This commit is contained in:
parent
f7723e72dc
commit
aa8d849825
11 changed files with 178 additions and 7 deletions
15
inventories/proxmox.yml
Normal file
15
inventories/proxmox.yml
Normal 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: {}
|
Loading…
Add table
Add a link
Reference in a new issue