freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
494 stars 232 forks source link

ipaserver: Run custodia setup only once #1221

Closed t-woerner closed 6 months ago

t-woerner commented 6 months ago

The custodia setup is executed twice. At first in ipaserver_setup_custodia and then additionally in ipaserver_setup_ca.

The custodia setup code in ipaserver_setup_ca.py has been adapted to fit the code in ipaserver_setup_custodia.py.

The extra Setup custodia step in the server roles has been removed together with ipaserver_setup_custodia.py.