diff --git a/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc b/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc index 8a6f307ba33..35e76664723 100644 --- a/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc +++ b/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc @@ -83,6 +83,8 @@ include::modules/proc_executing-a-remote-job-by-using-cli.adoc[leveloffset=+1] include::modules/ref_advanced-settings-in-the-job-wizard.adoc[leveloffset=+1] +include::modules/proc_running-remote-execution-jobs-in-batches.adoc[leveloffset=+1] + include::modules/con_using-extended-cron-lines.adoc[leveloffset=+1] include::modules/proc_scheduling-a-recurring-ansible-job-for-a-host.adoc[leveloffset=+1] diff --git a/guides/common/modules/proc_running-remote-execution-jobs-in-batches.adoc b/guides/common/modules/proc_running-remote-execution-jobs-in-batches.adoc new file mode 100644 index 00000000000..b417d73babe --- /dev/null +++ b/guides/common/modules/proc_running-remote-execution-jobs-in-batches.adoc @@ -0,0 +1,16 @@ +:_mod-docs-content-type: PROCEDURE + +[id="running-remote-execution-jobs-in-batches"] += Running remote execution jobs in batches + +[role="_abstract"] +You can run remote execution jobs in batches. + +.Procedure +. In the {ProjectWebUI}, navigate to *Administer* > *Settings*. +ifdef::satellite[] +. On the *Tasks* tab, set *Allow Capsule batch tasks* to `Yes`. +endif::[] +ifndef::satellite[] +. On the *Tasks* tab, set *Allow proxy batch tasks* to `Yes`. +endif::[] diff --git a/guides/common/modules/ref_advanced-settings-in-the-job-wizard.adoc b/guides/common/modules/ref_advanced-settings-in-the-job-wizard.adoc index e67ac0954fe..b1ca0fa6b77 100644 --- a/guides/common/modules/ref_advanced-settings-in-the-job-wizard.adoc +++ b/guides/common/modules/ref_advanced-settings-in-the-job-wizard.adoc @@ -42,8 +42,8 @@ Effective user password:: Is used if effective user is different from the ssh user. Concurrency level:: -Defines the maximum number of jobs executed at once. -This can prevent overload of system resources in a case of executing the job on a large number of hosts. +Defines the maximum number of tasks executed at once. +This can prevent overload of system resources in a case of executing the tasks on a large number of hosts. Execution ordering:: Determines the order in which the job is executed on hosts.