mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
9905bd0e01
##### 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
7 lines
506 B
YAML
7 lines
506 B
YAML
minor_changes:
|
|
- hcloud inventory - Rename the `token` option to `api_token`, use aliases for backward compatibility.
|
|
- hcloud inventory - Rename the `token_env` option to `api_token_env`, use aliases for backward compatibility.
|
|
- hcloud inventory - Add the `api_endpoint` option.
|
|
- hcloud inventory - Deprecate the `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.
|