only run our own cert

This commit is contained in:
nd 2021-11-07 14:29:46 +01:00
parent 1b9547ecd8
commit 56aacd8620
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -56,7 +56,8 @@
name: certificates
vars:
certificates:
certs: "{{ {}|combine(prometheus_certs, inventory_certs, recursive=True) }}"
certs:
prometheus_agent: "{{ ({}|combine(prometheus_certs, inventory_certs, recursive=True))['prometheus_agent'] }}"
- name: slurp up all scraper certs
loop: "{{ prometheus_agent.scrapers.keys()|list }}"