Skip to content

Releases: ionos-cloud/module-ansible

v7.5.0

12 Sep 13:33
e380da4
Compare
Choose a tag to compare

Features

  • Added check_mode and diff to the user module
  • Added ignored_properties to the user module

Changes

  • use filters when retrieving user to speed up the request

Fixes

  • mark RegEx pattern as a raw string (fix by @jaudriga)

Docs

  • Added declarative modules page to summary

What's Changed

Full Changelog: v7.4.1...v7.5.0

v7.5.0-beta.1

27 Aug 09:53
f9af922
Compare
Choose a tag to compare
v7.5.0-beta.1 Pre-release
Pre-release

Features

  • Added check_mode and diff to the user module
  • Added ignored_properties to the user module

Changes

  • use filters when retrieving user to speed up the request

Fixes

  • mark RegEx pattern as a raw string (fix by @jaudriga)

Docs

  • Added declarative modules page to summary

What's Changed

Full Changelog: v7.4.1...v7.5.0-beta.1

v7.4.1

17 Apr 11:02
870644c
Compare
Choose a tag to compare

Fixes

  • disk_type on cube_server now defaults to DAS, other arguments would have caused the call to fail

Docs

  • Added tutorials to docs, these show how this Ansible module can be used to provision many of our more commonly-used Compute resources and Managed Services in combinations that are at least representative of 'real-world' deployments.
  • Updated the examples in the files to use the steps from our test playbooks to ensure they are working. This should fix numerous bugs within the examples.

What's Changed

Full Changelog: v7.4.0...v7.4.1

v7.4.0

28 Mar 09:53
9ebf454
Compare
Choose a tag to compare

Features

  • Added MariaDB modules
    • new modules: mariadb_cluster, mariadb_cluster_info, mariadb_backup_info

What's Changed

Full Changelog: v7.3.0...v7.4.0

v7.3.0

26 Feb 16:05
1f38fc0
Compare
Choose a tag to compare
  • Refactor to use module_utile to remove duplicate code.

Changes

  • Using ansible-galaxy when installing from github
  • Modules called with the whole path(ionoscloudsdk.ionoscloud.<module_name>)
  • allow_replace and depth have been removed from modules that do not support replace, they can still be sent so past playbooks that use it do not fail

What's Changed

Full Changelog: v7.2.0...v7.3.0

v7.2.0

21 Dec 15:04
2738a1e
Compare
Choose a tag to compare

Features

  • Added Container Registry Vulnerability Scanning feature
    • new modules: registry_artifact_info, registry_repository, registry_repository_info, registry_vulnerability_info
    • new argument for registry: features
  • Added Private Kubernetes feature
    • new arguments for k8s_cluster: public, location, nat_gateway_ip and node_subnet

Fixes

  • Fixed argument lan not available in state present for module nic
  • Fixed some wrong examples

Known Issues

  • When a registry is to be replaced while retaining the same name it would cause an error because the API does not allow two resources with the same name. Please change the name as well if you want to replace a registry for now

What's Changed

Full Changelog: v7.1.0...v7.2.0

v7.1.0

20 Nov 10:22
e190da6
Compare
Choose a tag to compare

Features

  • Added Logging modules: pipeline and pipeline_info
  • Added VM Autoscaling modules: vm_autoscaling_group, vm_autoscaling_action_info, vm_autoscaling_group_info and vm_autoscaling_server_info

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

03 Nov 12:26
Compare
Choose a tag to compare

Features

  • Added DNS modules: dns_zone, dns_record, dns_secondary_zone and corresponding info modules
  • Changed info modules to have the same format
  • Generating summary to include all modules, and split in them in subcategories
  • Changed Private Cross Connect references in docs to Cross Connect

v7.0.0-beta.1

21 Sep 15:53
4f3ef72
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

Features

What's Changed

Full Changelog: v6.5.3...v7.0.0-beta.1

Release v6.5.3

10 Aug 09:46
e2a7729
Compare
Choose a tag to compare

Features

Full Changelog: v6.5.2...v6.5.3