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
Describe the bug
The site module fails, if configuration replication is not active.
Component Name
Component Name: site
Ansible Version
$ ansible --version
Checkmk Version and Edition
CME 2.3.0p26
Collection Version
$ ansible-galaxy collection list
To Reproduce Steps to reproduce the behavior:
Expected behavior The module should not fail.
Actual behavior The module fails, because it passes arguments to the API, which are not expected.
"msg": "400 - Bad request: Parameter or validation failure Details: b'{\"title\": \"Bad Request\", \"status\": 400, \"detail\": \"These fields have problems: site_config\", \"fields\": {\"site_config\": {\"configuration_connection\": {\"direct_login_to_web_gui_allowed\": [\"Unknown field.\"], \"replicate_extensions\": [\"Unknown field.\"], \"ignore_tls_errors\": [\"Unknown field.\"], \"url_of_remote_site\": [\"Unknown field.\"], \"disable_remote_configuration\": [\"Unknown field.\"], \"user_sync\": [\"Unknown field.\"], \"replicate_event_console\": [\"Unknown field.\"]}}}}'"
Minimum reproduction example
Additional context
The text was updated successfully, but these errors were encountered:
lgetwan
No branches or pull requests
Describe the bug
The site module fails, if configuration replication is not active.
Component Name
Component Name: site
Ansible Version
$ ansible --version
Checkmk Version and Edition
CME 2.3.0p26
Collection Version
$ ansible-galaxy collection list
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The module should not fail.
Actual behavior
The module fails, because it passes arguments to the API, which are not expected.
Minimum reproduction example
Additional context
The text was updated successfully, but these errors were encountered: