filter to exposed servers for certificates

This commit is contained in:
Antonio J. Delgado 2023-08-23 13:49:01 +03:00
parent b3e44b7941
commit fc877c8f9b

View file

@ -52,4 +52,6 @@
- name: Ensure configuration of prometheus exporters for external servers
include_tasks: configure_prometheus_exporters_external.yml
when: "'external' in group_names"
when:
- "'external' in group_names"
- "'external_expose' im group_names"