filter to exposed servers for certificates
This commit is contained in:
parent
b3e44b7941
commit
fc877c8f9b
1 changed files with 3 additions and 1 deletions
|
@ -52,4 +52,6 @@
|
||||||
|
|
||||||
- name: Ensure configuration of prometheus exporters for external servers
|
- name: Ensure configuration of prometheus exporters for external servers
|
||||||
include_tasks: configure_prometheus_exporters_external.yml
|
include_tasks: configure_prometheus_exporters_external.yml
|
||||||
when: "'external' in group_names"
|
when:
|
||||||
|
- "'external' in group_names"
|
||||||
|
- "'external_expose' im group_names"
|
||||||
|
|
Loading…
Reference in a new issue