parent
cbc8a7d679
commit
93f3614382
|
@ -2,11 +2,11 @@
|
||||||
- include: ../shared/issue_cert.yml
|
- include: ../shared/issue_cert.yml
|
||||||
vars:
|
vars:
|
||||||
issue_cert_common_name: "{{ vault_pki_mounts.vault.roles[0].name }}"
|
issue_cert_common_name: "{{ vault_pki_mounts.vault.roles[0].name }}"
|
||||||
issue_cert_alt_names: "{{ groups.vault + ['localhost'] + vault_ca_options.vault.alt_names|default() }}"
|
issue_cert_alt_names: "{{ groups['vault'] + ['localhost'] + vault_ca_options.vault.alt_names|default() | join(',') }}"
|
||||||
issue_cert_hosts: "{{ groups.vault }}"
|
issue_cert_hosts: "{{ groups['vault'] }}"
|
||||||
issue_cert_ip_sans: >-
|
issue_cert_ip_sans: >-
|
||||||
[
|
[
|
||||||
{%- for host in groups.vault -%}
|
{%- for host in groups['vault'] -%}
|
||||||
"{{ hostvars[host]['ansible_default_ipv4']['address'] }}",
|
"{{ hostvars[host]['ansible_default_ipv4']['address'] }}",
|
||||||
{%- if hostvars[host]['ip'] is defined -%}
|
{%- if hostvars[host]['ip'] is defined -%}
|
||||||
"{{ hostvars[host]['ip'] }}",
|
"{{ hostvars[host]['ip'] }}",
|
||||||
|
|
Loading…
Reference in New Issue