Skip to content

Releases: bellackn/ansible-collection-homelab

5.2.1

01 Aug 21:15
Compare
Choose a tag to compare

See the full changelog for the changes included in this release.

5.2.0

18 Jun 21:49
6f19a4c
Compare
Choose a tag to compare

See the full changelog for the changes included in this release.

5.1.0

08 Apr 11:03
eebdc06
Compare
Choose a tag to compare

See the full changelog for the changes included in this release.

5.0.1

30 Jan 21:17
e262ac8
Compare
Choose a tag to compare

See the full changelog for the changes included in this release.

(This one is a dummy release though.)

5.0.0

30 Jan 16:38
4ea6764
Compare
Choose a tag to compare

This release moves the former bellackn.proxmox_lxc role part of the bellackn.homelab collection. Please check the updated README files for further usage information.

4.1.0

09 Mar 14:45
eb55c95
Compare
Choose a tag to compare

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

4.0.0

08 Mar 20:09
Compare
Choose a tag to compare

Removed

  • proxmox_lxc_netif cannot be defined on a global level anymore

3.1.0

08 Mar 10:10
97fa5d8
Compare
Choose a tag to compare

Added

  • Dependency geerlingguy.pip is now fixed to version 2.0.0

Fixed

  • Password is no longer leaking on LXC creation (#3, thx @deveth0)
  • Waiting for sshd now happens on the correct host (#5, thx @deveth0)
  • Add missing timeout config (#6, thx @deveth0)

3.0.0

06 Mar 12:31
Compare
Choose a tag to compare

Added

  • The role geerlingguy.pip is now used to install proxmoxer
  • 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 called proxmox_lxc_api_host
  • Delegation to localhost does not happen anymore - this simplifies variable scoping and using role dependencies

2.0.1

04 Mar 17:54
Compare
Choose a tag to compare

Fixed

  • pubkey assumes an empty default now - not providing one led to a crash before