Releases: lae/ansible-role-proxmox
v1.4.8
This is a quick feature release in order to allow users to easily disable the subscription message removal patches using the newly introduced role variable pve_remove_subscription_warning
before #24 is properly fixed.
When running your playbook, please pass -e '{"pve_remove_subscription_warning": false}'
to ansible-playbook
in order to skip the failing task (you can also put it in your host/group variables if you wish if you want to make it permanent). All this will do is skip patching the Proxmox user interface to remove the subscription message if you are not using the enterprise repository.
v1.4.7
v1.4.3
v1.4.2
v1.4.1
v1.4.0
This release adds the ability to deploy a fully ready Proxmox 4.x/5.x cluster as well as the ability to manage groups, users and access control lists within PVE.
Note this release requires installing jmespath
from PyPI when enabling clustering.
#17 Cluster creation can be enabled with the pve_cluster_enabled
variable
#18 Group and user management with pve_users
and pve_groups
#21 ACLs management with pve_acls
#15 /etc/hosts conflicts are now resolved
#16 Packaging repositories were updated
#19, #20 proxmoxer dependency replaced with module_util library
f4d1b82 removes pve_ldap_bind_user
and pve_ldap_bind_password
- as the intended way to use them is different. Will be re-added in the form of domain management.