mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
New module ipafixca to fix a missing ca.crt file.
This is done right ipanss is used as this is failing without the ca.crt file.
This commit is contained in:
@@ -184,6 +184,14 @@
|
||||
#debug: yes
|
||||
register: ipaapi
|
||||
|
||||
- name: Install - Fix IPA ca
|
||||
ipafixca:
|
||||
servers: "{{ ipadiscovery.servers }}"
|
||||
realm: "{{ ipadiscovery.realm }}"
|
||||
basedn: "{{ ipadiscovery.basedn }}"
|
||||
allow_repair: "{{ ipaclient_allow_repair }}"
|
||||
when: ipatest.krb5_keytab_ok and not ipatest.ca_crt_exists
|
||||
|
||||
- name: Install - Create IPA NSS database
|
||||
ipanss:
|
||||
servers: "{{ ipadiscovery.servers }}"
|
||||
|
||||
Reference in New Issue
Block a user