mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
ipa-client: throttle tasks to one worker at a time to avoid conflicts when talking to server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user