rifinimenti
This commit is contained in:
parent
2a0ed43d73
commit
75dfd49a53
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@ all:
|
|||
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_url: 192.168.1.100 #che poi diventa https://192.168.1.100:8006/api2/json
|
||||
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