ansible-collection-homelab

Ansible collection with handy utils for a homelab setup

MIT License

Stars
12

Bot releases are visible (Hide)

ansible-collection-homelab - 5.2.0 Latest Release

Published by bellackn 4 months ago

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

ansible-collection-homelab - 5.1.0

Published by bellackn 6 months ago

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

ansible-collection-homelab - 5.0.1

Published by bellackn 9 months ago

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

(This one is a dummy release though.)

ansible-collection-homelab - 5.0.0

Published by bellackn 9 months ago

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.

ansible-collection-homelab - 4.1.0

Published by bellackn over 3 years ago

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
ansible-collection-homelab - 4.0.0

Published by bellackn over 3 years ago

Removed

  • proxmox_lxc_netif cannot be defined on a global level anymore
ansible-collection-homelab - 3.1.0

Published by bellackn over 3 years ago

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)
ansible-collection-homelab - 3.0.0

Published by bellackn over 3 years ago

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
ansible-collection-homelab - 2.0.1

Published by bellackn over 3 years ago

Fixed

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

Published by bellackn over 3 years ago

Fixed

  • The role's name is now bellackn.proxmox_lxc to be more descriptive (cf. #1 - thanks @tabic)

Added

ansible-collection-homelab - 1.0.1

Published by bellackn over 3 years ago

Fixed

  • px_lxc_containers_present and px_lxc_containers_absent have default values now which prevents the role from crashing when they are not defined
ansible-collection-homelab - 1.0.0

Published by bellackn over 3 years ago

First release

Related Projects