ipareplica: Limit the number of concurrent executions for the setup of CA

There is a pull request and also a proposal for ansible be able to limit the
number of concurrent executions for a single task:

- https://github.com/ansible/proposals/issues/129
- https://github.com/ansible/ansible/pull/42528

The keyword is currently named max_concurrent, but might be renamed later
on. If the keyword is present, but not supported by ansible, it will be
simply ignored. Therefore there is no issue right now with adding in here
early.
This commit is contained in:
Thomas Woerner
2018-07-19 14:24:59 +02:00
parent 9264187173
commit 7a76f73bc4

View File

@@ -426,6 +426,7 @@
config_ca_host_name: "{{ result_ipareplica_install_ca_certs.config_ca_host_name }}"
config_ips: "{{ result_ipareplica_prepare.config_ips }}"
when: result_ipareplica_prepare._ca_enabled
max_concurrent: 1
- name: Install - KRB enable SSL
ipareplica_krb_enable_ssl: