only run our own cert
This commit is contained in:
parent
1b9547ecd8
commit
56aacd8620
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue