ansible-collection-hetzner-.../changelogs/fragments
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
..
.keep hcloud_server: fix traceback in check mode (#64) 2021-03-12 14:22:47 +01:00
inventory-connect-via-ipv6.yml feat(inventory): connect via public ipv6 address (#176) 2022-12-21 11:10:58 +01:00
inventory-handle-invalid-connect-with.yml feat(inventory): handle servers that dont work with connect_with setting (#187) 2023-02-01 10:41:36 +01:00
inventory-private-network-info.yml feat(inventory): add all private networks as variables (#186) 2023-01-31 17:09:54 +01:00