Releases: UpCloudLtd/upcloud-ansible-collection
Releases · UpCloudLtd/upcloud-ansible-collection
v0.10.0
Changed
- Accept list of methods as a value to
connect_with. This allows defining multiple connection methods in order of preference to configure a fallback. For example,["public_ipv4", "private_ipv4"]would try to find public IPv4 and fallback to private IPv4 if public IPv4 is not available.
v0.9.0
Added
- Experimental support for managing load balancer backend member weights.
Changed
- Use
upcloud-ansible-collectionas prefix in the User-Agent header.
v0.8.1
Fixed
- Use collection version in User-Agent header instead of Ansible version.
v0.8.0
Added
- Support authentication with API tokens (requires upcloud-api>=2.8.0).
- Parse credentials from environment variables and system keyring similarly than in our Go based tooling (requires upcloud-api>=2.8.0, keyring support requires keyring package).
v0.7.0
Changed
- Breaking: Rename collection to
upcloud.cloudto enable releasing to Ansible Galaxy. - Breaking: Rename inventory plugin to
servers.
v0.6.0
Added
- Inventory support for filtering with server labels and server groups
Changed
- Servers that are not reachable with matching
connect_withoption are skipped, instead of returning an error.
v0.5.1
v0.5.0
First release for the new UpCloud Ansible Collection! 🎉
Added
- Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states.