Releases: bellackn/ansible-collection-homelab
Releases · bellackn/ansible-collection-homelab
5.2.1
5.2.0
See the full changelog for the changes included in this release.
5.1.0
See the full changelog for the changes included in this release.
5.0.1
See the full changelog for the changes included in this release.
(This one is a dummy release though.)
5.0.0
4.1.0
Added
proxmox_lxc_api_node
- this variable is used in the "Ping outside" task and is handy when your Proxmox node has another FQDN than its hostname within the cluster (#4, thx @deveth0)- Note: If you have just one Proxmox node in your cluster, you don't have to change anything since this defaults to
proxmox_lxc_api_host
- Note: If you have just one Proxmox node in your cluster, you don't have to change anything since this defaults to
4.0.0
3.1.0
3.0.0
Added
- The role
geerlingguy.pip
is now used to installproxmoxer
- All variables of the
community.general.proxmox
module can now also be used with this role - either globally or for specific containers (see example playbook in README.md) - Defined more default values for many variables
Updated
- All variables prefixed with
proxmox_lxc_
now have the same name as their counterpart in the Proxmox module - e.g.proxmox_lxc_proxmox_host
is now calledproxmox_lxc_api_host
- Delegation to localhost does not happen anymore - this simplifies variable scoping and using role dependencies