mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 22:46:28 +00:00
commit
e2e8ebdbce
@ -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