From c4948ba32e9d07453da8e90317dbdfae2d1f171f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 22 May 2025 15:11:06 +0200 Subject: [PATCH] [ipa] Add kra role to replicas As we were finally able to resolve the issue of replica installation failing when KRA role is enabled. We can now enable it by default in playbook. See https://pagure.io/fedora-infrastructure/issue/12158 for more info. --- roles/ipa/server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 34ed33e048..4dc13e940c 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -163,6 +163,7 @@ ansible.builtin.command: argv: - ipa-replica-install + - --setup-kra - --setup-ca - --admin-password={{ ipa_admin_password }} - --no-host-dns