- Now you can change the timeout for operations of the Ansible module
proxmox
according to the performance of your remote host.proxmox_create_lxc_timeout
variable was added for this purpose.
- New variable
pve_additional_conf
. Simple list to indicate lines that should be added to the container configuration file ({{VMID}}.conf
) at the time of creation. This is because they aren't possible configurations through the API and the Ansible's Proxmox module.
-
New variables:
net_interfaces
andmounts
. Network interfaces and additional mount points from a yaml list without quantity limitations (will depend on the maximum supported by the Proxmox server).Deprecated vars:
netif_name
,netif_ip4
,netif_netmask
,netif_gw
,netif_ip6
,netif_netmask6
,netif_gw6
,netif_bridge
.
- First stable version. Creation of only one network interface and up to three additional mounting points are contemplated.