Skip to content

Releases: UpCloudLtd/upcloud-ansible-collection

v0.10.0

08 Apr 09:40
b8a04aa

Choose a tag to compare

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

27 Nov 10:34
04f8bc9

Choose a tag to compare

Added

  • Experimental support for managing load balancer backend member weights.

Changed

  • Use upcloud-ansible-collection as prefix in the User-Agent header.

v0.8.1

05 Sep 07:19
b005d2f

Choose a tag to compare

Fixed

  • Use collection version in User-Agent header instead of Ansible version.

v0.8.0

18 Aug 10:13
3e3d0cc

Choose a tag to compare

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

18 Aug 10:11
1267cbe

Choose a tag to compare

Changed

  • Breaking: Rename collection to upcloud.cloud to enable releasing to Ansible Galaxy.
  • Breaking: Rename inventory plugin to servers.

v0.6.0

25 Sep 13:55
bb41b20

Choose a tag to compare

Added

  • Inventory support for filtering with server labels and server groups

Changed

  • Servers that are not reachable with matching connect_with option are skipped, instead of returning an error.

v0.5.1

20 Oct 07:44
8fb7b11

Choose a tag to compare

Fixed

  • Fixed Invalid value "community.upcloud.upcloud" when simply trying to use the plugin #10

v0.5.0

19 May 16:59
0d33112

Choose a tag to compare

First release for the new UpCloud Ansible Collection! 🎉

Added

  • Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states.