ansible-collection-hetzner-.../plugins
Julian Tölle bfe0f7a575
feat(inventory): handle servers that dont work with connect_with setting (#187)
Currently if any of the servers in the inventory do not work with the
selected `connect_with` mode, the script exits and returns 0 servers.
This can happen for example if one of your servers does not have a public
ipv4 address, but you set `connect_with: public_ipv4` (default).

This commit changes the behaviour to log a warning message, and just skip
setting `ansible_host` for this server. This server will not be reachable
by ansible by default, but users can use `compose` to override the
`ansible_host` that we set based on the other variables.
2023-02-01 10:41:36 +01:00
..
doc_fragments Docs: Document possibility to set the module api_token via environment variable (#163) 2022-11-08 08:41:17 +01:00
inventory feat(inventory): handle servers that dont work with connect_with setting (#187) 2023-02-01 10:41:36 +01:00
module_utils Improve imports of APIException (#37) 2020-11-24 06:39:21 +01:00
modules Increase rebuild wait_until_finished() timeout (#189) 2023-01-31 16:48:02 +01:00