Releases: lablabs/ansible-role-rke2
Releases · lablabs/ansible-role-rke2
1.49.0
What's changed
Features
- Support structured configuration options, by @anjia0532 (#364)
Bug Fixes
- Add missing
ansible_check_modecondition in remaining_nodes.yml, by @nikitamishagin (#363)
1.48.0
1.47.0
What's changed
Features
- Option to customize etcd backup schedule, by @MonolithProjects (#349)
- Download rke2.yaml file after the first server is ready, by @MonolithProjects (#349)
Bug Fixes
- Ansible 2.19 support, by @MonolithProjects (#350)
1.46.1
1.46.0
What's changed
Important
The default value of the new variable rke2_ingress_controller in this release contains a typo. Please set a custom value or use Release 1.46.1 or later.
Features
- Add Option to Configure
ingress-controller, by @MonolithProjects (#343)
Bug Fixes
- Upgrade Support for Single-Node RKE2 Setup, by @MonolithProjects (#344)
1.45.0
What's changed
Features
Note
If you previously set rke2_api_ip as a string with square brackets, like "[<IPv6>]", remove the brackets to avoid issues, as they're now added automatically.
This feature also requires the netaddr Python package to be installed on the Ansible controller.”
Bug Fixes
1.44.1
What's changed
Bug Fixes
- random SIGPIPE (141) error on
Check RKE2 versiontask , by @MonolithProjects (#331)
1.44.0
What's changed
Features
- Ansible Role arguments validation, by @MonolithProjects (#313)
Bug Fixes
Documentation
- Update Troubleshooting section, by @MonolithProjects (#328)
1.43.0
What's changed
Features
- Allow Private IP supervisor port override, by @try2codesecure (#321)
- Allow parameters change for leader election, by @pluhmen (#322)
CI
- Bump the version of GHA Runner image, by @MonolithProjects (#324)