-
Notifications
You must be signed in to change notification settings - Fork 332
Features: List all host and template groups via module #1564
New issue
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1564 +/- ##
==========================================
- Coverage 78.73% 78.71% -0.03%
==========================================
Files 48 48
Lines 6152 6173 +21
Branches 1605 1611 +6
==========================================
+ Hits 4844 4859 +15
- Misses 797 799 +2
- Partials 511 515 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hello, I can not get the Sanity task to successfully run. Can somebady give me a Hit what it can be? edit: and a strange integration fail for test_zabbix_maintenance that i did not touched |
| - name: Get info about all templategroups | ||
| # set task level variables as we change ansible_connection plugin here | ||
| vars: | ||
| ansible_network_os: community.zabbix.zabbix | ||
| ansible_connection: httpapi | ||
| ansible_httpapi_port: 443 | ||
| ansible_httpapi_use_ssl: true | ||
| ansible_httpapi_validate_certs: false | ||
| ansible_zabbix_url_path: "zabbixeu" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu | ||
| ansible_host: zabbix-example-fqdn.org | ||
| community.zabbix.zabbix_template_info: | ||
| all_templategroups: true | ||
| register: all_templategroups |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not indented correctly.
SUMMARY
Features to list all Host and template group
issue #882
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION