Merge pull request #14970 from rocky-linux/develop

getcert
This commit is contained in:
Louis Abel 2021-01-17 14:41:41 -07:00 committed by GitHub
commit e2e8ebdbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,12 @@
- name: Request and sign an IPA Certificate
hosts: "{{ host }}"
become: true
gather_facts: false
vars:
ipa_getcert_requested_hostnames:
- name: "{{ getcert_name|default(ansible_fqdn) }}"
owner: "{{ getcert_owner|default(omit} }}"
owner: "{{ getcert_owner|default(omit) }}"
key_location: "{{ getcert_key|default(omit) }}"
cert_location: "{{ getcert_cert|defailt(omit) }}"
cert_location: "{{ getcert_cert|default(omit) }}"
postcmd: "{{ getcert_postcmd|default(omit) }}"
ipa_getcert_chain: "{{ getcert_chain|default(omit) }}"
ipa_getcert_chain_location: "{{ getcert_chain_location|default(omit) }}"