ansible-gerrit-management/vars/internal.yml

11 lines
331 B
YAML
Raw Permalink Normal View History

2023-07-25 09:23:31 +00:00
---
ipa_getcert_requested_hostnames:
- name: "{{ ansible_fqdn }}"
2023-07-25 09:43:32 +00:00
owner: "{{ cert_owner }}"
2023-07-25 09:23:31 +00:00
key_location: "/etc/pki/tls/private/{{ ansible_fqdn }}.key"
cert_location: "/etc/pki/tls/certs/{{ ansible_fqdn }}.crt"
postcmd: "/bin/systemctl reload httpd"
cnames:
2023-07-25 09:43:32 +00:00
- "{{ gerrit_config_canonical_domain }}"
2023-07-25 09:23:31 +00:00
...