ansible-collection-hetzner-.../changelogs
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
..
fragments feat(inventory): handle servers that dont work with connect_with setting (#187) 2023-02-01 10:41:36 +01:00
.gitignore Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
changelog.yaml chore: prepare v1.9.1 (#177) 2022-12-21 10:21:42 +01:00
config.yaml Add hcloud_load_balancer_info module (#41) 2020-11-27 12:25:06 +01:00