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 d779a38c136..27d54a7beae 100644 --- a/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc +++ b/guides/common/assembly_configuring-and-setting-up-remote-jobs.adoc @@ -12,7 +12,7 @@ include::modules/con_getting-started-with-remote-execution.adoc[leveloffset=+1] include::modules/con_permissions-for-remote-execution.adoc[leveloffset=+2] -ifdef::foreman-el,foreman-deb[] +ifdef::foreman-el,foreman-deb,containerized[] include::modules/proc_installing-the-remote-execution-plugin.adoc[leveloffset=+2] endif::[] diff --git a/guides/common/modules/proc_installing-the-remote-execution-plugin.adoc b/guides/common/modules/proc_installing-the-remote-execution-plugin.adoc index 1f0ac824e3d..03a1d8c5419 100644 --- a/guides/common/modules/proc_installing-the-remote-execution-plugin.adoc +++ b/guides/common/modules/proc_installing-the-remote-execution-plugin.adoc @@ -9,6 +9,13 @@ You can install and enable the Remote Execution plugin to run commands and jobs .Procedure . Install the Remote Execution plugin on your {ProjectServer}: + +ifdef::containerized[] +[options="nowrap" subs="+quotes,attributes"] +---- +# {foremanctl} --add-feature remote-execution +---- +endif::[] +ifndef::containerized[] [options="nowrap" subs="+quotes,attributes"] ---- # {foreman-installer} \ @@ -30,3 +37,4 @@ You can install and enable the Remote Execution plugin to run commands and jobs # {foreman-installer} \ --enable-foreman-proxy-plugin-remote-execution-script ---- +endif::[]