We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 651ce9f + 09e4477 commit 60ac7f5Copy full SHA for 60ac7f5
roles/test_snmp_traps/tasks/main.yml
@@ -10,6 +10,16 @@
10
register: expected_pods
11
changed_when: false
12
13
+- name: "Set the prom auth"
14
+ ansible.builtin.include_role:
15
+ name: client_side_tests
16
+ tasks_from: get_prom_info.yml
17
+ vars:
18
+ prom_auth_method: token
19
+ when:
20
+ - prom_auth_string is not defined
21
+ - prom_url is not defined
22
+
23
- name: "Get the observability strategy and set the observability_api"
24
ansible.builtin.include_role:
25
name: test_alerts
0 commit comments