We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On every run the load balancer module reports changes
hcloud_load_balancer_service
ansible [core 2.16.0]
Collection Version -------------- ------- hetzner.hcloud 2.3.0
ANSIBLE_PIPELINING(/Users/betelgeuse/.ansible.cfg) = True CALLBACKS_ENABLED(/Users/betelgeuse/.ansible.cfg) = ['timer', 'profile_tasks', 'profile_roles'] CONFIG_FILE() = /Users/betelgeuse/.ansible.cfg
- name: Load Balancer Service hetzner.hcloud.hcloud_load_balancer_service: api_token: "{{ api_token.passphrase }}" load_balancer: load-balancer protocol: https listen_port: 443 http: certificates: - certificate redirect_http: true
Report no change.
changed: [localhost] => { "changed": true, "hcloud_load_balancer_service": { "destination_port": 80, "health_check": { "http": { "domain": "", "path": "/", "response": "", "status_codes": [ "2??", "3??" ], "tls": false }, "interval": 15, "port": 80, "protocol": "http", "retries": 3, "timeout": 10 }, "http": { "certificates": [ "certificate" ], "cookie_lifetime": "HCLBSTICKY", "cookie_name": "HCLBSTICKY", "redirect_http": true, "sticky_sessions": false }, "listen_port": 443, "load_balancer": "load-balancer", "protocol": "https", "proxyprotocol": false }, "invocation": { "module_args": { "api_token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "destination_port": null, "endpoint": "https://api.hetzner.cloud/v1", "health_check": null, "http": { "certificates": [ "certificate" ], "cookie_lifetime": null, "cookie_name": null, "redirect_http": true, "sticky_sessions": false }, "listen_port": 443, "load_balancer": "load-balancer", "protocol": "https", "proxyprotocol": false, "state": "present" } } }
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.
Sorry, something went wrong.
Commenting to avoid marking as stale.
jooola
No branches or pull requests
SUMMARY
On every run the load balancer module reports changes
ISSUE TYPE
COMPONENT NAME
hcloud_load_balancer_service
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
STEPS TO REPRODUCE
EXPECTED RESULTS
Report no change.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: