Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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::[]
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading