Topics
The storage parameter had to be removed from the proxmox_lxc role because it has become mutually exclusive with disk.
The proxmox_lxc_storage parameter was removed from the proxmox_lxc role.
Old way:
` proxmox_lxc_disk: 3 proxmox_lxc_storage: local `
New way:
` proxmox_lxc_disk: local:3 `
Fixed a bug in the proxmox_lxc role.
- The "Ping outside"-task in the proxmox_lxc role now works with VMIDs > 2 digits (#17)
Remove the proxmox_default_behavior directive since it was removed from the upstream community collection. Also add the proxmox_lxc_no_log variable to control whether logs will be printed while creating/deleting LXCs.
- Make no_log configurable
- Remove proxmox_default_behavior since this was removed from the community module
Add hms_mqtt_publisher role
This is a dummy release to check if releasing via GH Actions works.
This is the first release I've made with antsibull-changelog. Details below.
- This PR converts the former bellackn.proxmox_lxc role into a part of the bellackn.homelab collection. Check the updated READMEs for details.