add ansible_fqdn as certificate san
This commit is contained in:
parent
90139100f4
commit
fae35db007
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
prometheus_certs: |
|
||||
{
|
||||
'prometheus_agent': {
|
||||
'san': ['{{ inventory_hostname }}'],
|
||||
'san': ['{{ inventory_hostname }}', '{{ ansible_fqdn }}'],
|
||||
'backend': 'selfsigned'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue