mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-22 10:58:29 +00:00
getcert
This commit is contained in:
parent
27e05b44fb
commit
4f1ae71031
@ -14,13 +14,12 @@
|
|||||||
- name: Request and sign an IPA Certificate
|
- name: Request and sign an IPA Certificate
|
||||||
hosts: "{{ host }}"
|
hosts: "{{ host }}"
|
||||||
become: true
|
become: true
|
||||||
gather_facts: false
|
|
||||||
vars:
|
vars:
|
||||||
ipa_getcert_requested_hostnames:
|
ipa_getcert_requested_hostnames:
|
||||||
- name: "{{ getcert_name|default(ansible_fqdn) }}"
|
- name: "{{ getcert_name|default(ansible_fqdn) }}"
|
||||||
owner: "{{ getcert_owner|default(omit} }}"
|
owner: "{{ getcert_owner|default(omit) }}"
|
||||||
key_location: "{{ getcert_key|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) }}"
|
postcmd: "{{ getcert_postcmd|default(omit) }}"
|
||||||
ipa_getcert_chain: "{{ getcert_chain|default(omit) }}"
|
ipa_getcert_chain: "{{ getcert_chain|default(omit) }}"
|
||||||
ipa_getcert_chain_location: "{{ getcert_chain_location|default(omit) }}"
|
ipa_getcert_chain_location: "{{ getcert_chain_location|default(omit) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user