ipa-client: throttle tasks to one worker at a time to avoid conflicts when talking to server
This commit is contained in:
parent
a7ddcf5828
commit
55528ea6ba
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue