From 55528ea6ba653e9b8af4e2c4de6986e8a3867d52 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Tue, 2 Feb 2021 17:02:27 +0000 Subject: [PATCH] ipa-client: throttle tasks to one worker at a time to avoid conflicts when talking to server --- roles/ipa/client/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index 9250907ec9..2822168dca 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -29,6 +29,7 @@ tags: - ipa/client - config + throttle: 1 - name: Configure HBAC on IPA cluster delegate_to: "{{ ipa_server }}" @@ -38,6 +39,7 @@ tags: - ipa/client - config + throttle: 1 - name: Configure sudo on IPA cluster delegate_to: "{{ ipa_server }}" @@ -47,3 +49,4 @@ tags: - ipa/client - config + throttle: 1