Skip to content
Snippets Groups Projects
Commit 7a76f73b authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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.
parent 92641871
Branches
Tags
No related merge requests found
...@@ -426,6 +426,7 @@ ...@@ -426,6 +426,7 @@
config_ca_host_name: "{{ result_ipareplica_install_ca_certs.config_ca_host_name }}" config_ca_host_name: "{{ result_ipareplica_install_ca_certs.config_ca_host_name }}"
config_ips: "{{ result_ipareplica_prepare.config_ips }}" config_ips: "{{ result_ipareplica_prepare.config_ips }}"
when: result_ipareplica_prepare._ca_enabled when: result_ipareplica_prepare._ca_enabled
max_concurrent: 1
- name: Install - KRB enable SSL - name: Install - KRB enable SSL
ipareplica_krb_enable_ssl: ipareplica_krb_enable_ssl:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment