Skip to content

Latest commit

 

History

History
109 lines (69 loc) · 2.63 KB

CHANGELOG.rst

File metadata and controls

109 lines (69 loc) · 2.63 KB

Ansible Collection cloudscale.ch Release Notes

  • Updated documentation: ssh_keys is a YAML list, not a string.
  • Add custom_image module
  • Increase api_timeout to 45
  • Read CLOUDSCALE_API_TIMEOUT environment variable
  • custom_image - Manage custom images on the cloudscale.ch IaaS service
  • Add interface parameter to server module (#54).
  • Rename server_uuids parameter to servers in volume module (#54).
  • The aliases server_uuids and server_uuid of the servers parameter in the volume module will be removed in version 3.0.0.
  • floating_ip - name is required for assigning a new floating IP.
  • Implemented identical naming support of the same resource type per zone (#46).
  • Fix inventory plugin failing to launch (#49).
  • floating_ip - Added an optional name parameter to gain idempotency. The parameter will be required for assigning a new floating IP with release of version 2.0.0 (#43).
  • floating_ip - Allow to reserve an IP without assignment to a server (#31).
  • subnet - Manages subnets on the cloudscale.ch IaaS service
  • server_group - The module has been refactored and the code simplifed (#23).
  • volume - The module has been refactored and the code simplifed (#24).
  • network - Manages networks on the cloudscale.ch IaaS service
  • floating_ip - added tags support (#16)
  • objects_user - Manages objects users on the cloudscale.ch IaaS service