Skip to content

Releases: lae/ansible-role-proxmox

v1.4.8

24 Feb 13:00
@lae lae
v1.4.8
f247f50
Compare
Choose a tag to compare

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

24 Oct 00:06
@lae lae
v1.4.7
6795835
Compare
Choose a tag to compare

1b49473 - Introduces pve_zfs_enabled to install ZFS packages and pve_extra_packages for extra packages to install
9361a10 - pve_zfs_options can now be used to specify module parameters for ZFS

(note, v1.4.4, v1.4.5, v1.4.6 were redacted since they were incomplete.)

v1.4.3

18 Oct 01:04
@lae lae
v1.4.3
8093cd9
Compare
Choose a tag to compare

b7c41ec Reboot reliability/speed fix
f172dec Include VM bridge in example

v1.4.2

17 Oct 20:49
@lae lae
v1.4.2
e3619dc
Compare
Choose a tag to compare

This release fixes two bugs:

  • Removal of new pve-enterprise repositories when using pve-no-subscription
  • Correctly detecting existence of a new kernel

As well as a documentation update for deploying a cluster.

v1.4.1

17 Oct 20:48
@lae lae
v1.4.1
c7cfde5
Compare
Choose a tag to compare

Quick bugfix for SSHD configuration reload

v1.4.0

16 Oct 06:24
@lae lae
v1.4.0
f6d5b5a
Compare
Choose a tag to compare

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.

v1.3.0

03 Oct 23:43
@lae lae
v1.3.0
8652233
Compare
Choose a tag to compare

Proxmox VE 5.0 release, Debian Stretch support

v1.2.0

03 Oct 09:56
@lae lae
v1.2.0
59bf315
Compare
Choose a tag to compare
  • Kernel cleanup tasks (#12)
  • HTTPS configuration (#8)
  • /etc/hosts population (#13)
  • known_hosts population (#14)
  • Remove os-prober package (#10)

v1.1.0

10 Mar 21:18
@lae lae
eccd928
Compare
Choose a tag to compare

Maintenance release for a recent PVE packaging change

1.0.0

18 Oct 06:41
@lae lae
Compare
Choose a tag to compare
  • Proxmox installation and reinitialization
  • Restricted SSH configuration prep on all hosts for Proxmox clusters
  • LDAP search fix
  • IPMI Watchdog support