Jonas L.
Jonas L.
While I understand implementing this in the server module might make your lives easier, what do you folks think about this: https://github.com/ansible-collections/hetzner.hcloud/blob/c8e6a84b0bcd96d7e5eb1a76ce532ed3adde68ad/examples/server-with-private-ip-only.yml#L28-L50 I am not sure If we want to...
> Your code is OK for one time run. But speaking about big production infra when a playbook is run several time it is not desirable to stop and start...
@EHEX-schildt Since I prefer not to derive from what the API is returning by adding a returned field, I implemented a filter that computes the status of a load balancer....
You should be able to wait for the load balance to be healthy, using: ```yml - name: Wait load balancer to become healthy hetzner.hcloud.load_balancer_info: name: my-load-balancer register: result until: result.hcloud_load_balancer_info[0]...
> There would be a lot of code duplication. There would need to be a method implemented on the config struct for every single option. Also there would need to...
> There would be a lot of code duplication. There would need to be a method implemented on the config struct for every single option. Also there would need to...
> `config.OptionQuiet.Get(s.Config())` => `s.Config().Quiet()` Alright, case close from my side then.
Since the hcloud-go library forces us to upgrade the prometheus client library, we depend also on https://github.com/hetznercloud/hcloud-cloud-controller-manager/pull/623#issuecomment-2211066872
Closing for inactivity
This needs additional research, but I think this would require the webhook to embed a few libraries (crypto + matrix client) and this is not possible. Maybe such feature could...