mirror of
https://github.com/rocky-linux/ansible-role-ipa-getcert.git
synced 2024-12-22 00:18:29 +00:00
changes
This commit is contained in:
parent
7825c83f45
commit
2877cd90c6
@ -1,14 +1,14 @@
|
||||
---
|
||||
# ansible default variables - most variables live here
|
||||
ipa_getcert_key_default_location: /etc/pki/tls/private
|
||||
ipa_getcert_cert_default_location: /etc/pki/tls/certs
|
||||
ipa_getcert_key_default_location: "/etc/pki/tls/private/{{ ansible_fqdn }}.key"
|
||||
ipa_getcert_cert_default_location: "/etc/pki/tls/certs/{{ ansible_fqdn }}.crt"
|
||||
ipa_getcert_owner_default: root
|
||||
|
||||
# List of hostnames that should be requested
|
||||
ipa_getcert_requested_hostnames:
|
||||
- name: "{{ ansible_fqdn }}"
|
||||
key_location: /etc/pki/tls/private
|
||||
cert_location: /etc/pki/tls/certs
|
||||
key_location: /etc/pki/tls/private/name.key
|
||||
cert_location: /etc/pki/tls/certs/name.crt
|
||||
|
||||
# If you need a different ownership, you can setup the above sort of like this:
|
||||
# ipa_getcert_requested_hostnames:
|
||||
|
Loading…
Reference in New Issue
Block a user