[ipa/server] Remove KRA role from deployment

We never used the KRA vault in IPA, so let's remove it till we really
have usage for it.
This commit is contained in:
Michal Konecny
2025-06-02 17:03:17 +02:00
committed by zlopez
parent a8ffee5c2d
commit 9ade63d3ba

View File

@@ -71,19 +71,6 @@
ipa_initial and ansible_distribution_major_version|int > 8 and
ansible_distribution == 'RedHat'
- name: Install IPA vault
ansible.builtin.command:
argv:
- ipa-kra-install
- --password={{ ipa_dm_password }}
- --unattended
- --log-file=/var/log/ipakrainstall.log
creates: /var/log/ipakrainstall.log
tags:
- ipa/server
- config
when: ipa_initial
- name: Create LDIF directory
ansible.builtin.file:
path: /root/ldif
@@ -163,7 +150,6 @@
ansible.builtin.command:
argv:
- ipa-replica-install
- --setup-kra
- --setup-ca
- --admin-password={{ ipa_admin_password }}
- --no-host-dns