ansible-collection-hetzner-.../changelogs/fragments
Jonas L 9905bd0e01
feat(inventory): improve api options (#397)
##### SUMMARY

- Rename the inventory `token` option to `api_token`, use aliases for
backward compatibility.
- Rename the inventory `token_env` option to `api_token_env`, use
aliases for backward compatibility.
- Deprecate the inventory `api_token_env` option, suggest using a lookup
plugin (`{{ lookup('ansible.builtin.env', 'YOUR_ENV_VAR') }}`) or use
the well-known `HCLOUD_TOKEN` environment variable name.
- Let ansible parse the options, remove homemade options parsing.
- Improve and document the existing `api_endpoint` option.

##### ISSUE TYPE

- Feature Pull Request

##### COMPONENT NAME

hcloud inventory
2023-11-23 14:29:27 +01:00
..
.keep hcloud_server: fix traceback in check mode (#64) 2021-03-12 14:22:47 +01:00
add-module-defaults-group-for-all-modules.yml feat: add hetzner.hcloud.all action group (#396) 2023-11-23 14:16:05 +01:00
improve-inventory-api-options.yml feat(inventory): improve api options (#397) 2023-11-23 14:29:27 +01:00
improve-modules-api-arguments.yml feat: rename api_endpoint module argument (#395) 2023-11-21 10:13:21 +01:00
remove-hcloud-prefix-from-modules-names.yml feat: remove hcloud_ prefix from all modules names (#390) 2023-11-20 13:21:23 +01:00