Skip to content
Merged
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 @@ -31,6 +31,10 @@ To pass the key from {ControllerName} to SSH, the key must be decrypted before i
{ControllerNameStart} uses that pipe to send the key to SSH, so that the key is never written to disk.
If passwords are used, {ControllerName} handles them by responding directly to the password prompt and decrypting the password before writing it to the prompt.

The *Credentials* page shows credentials that are currently available.
The default view is collapsed (Compact), showing the credential name, and credential type.
From this screen you can edit image:leftpencil.png[Edit,15,15], duplicate image:copy.png[Copy,15,15] or delete {MoreActionsIcon} a credential.

[NOTE]
====
It is possible to create duplicate credentials with the same name and without an organization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Unlike legacy virtual environments, {ExecEnvShort}s are container images that make it possible to incorporate system-level dependencies and collection-based content.
Each {ExecEnvShort} enables you to have a customized image to run jobs and has only what is necessary when running the job.

The default view for the *Execution Environments* page is collapsed (*Compact*) with the {ExecEnvShort} name and its image name. Selecting the {ExecEnvShort} name expands the entry for more information.

For each {ExecEnvShort} listed, you can use the image:leftpencil.png[Edit,15,15] to edit the properties for the selected {ExecEnvShort} or the {MoreActionsIcon} to duplicate the {ExecEnvShort}. These are also avilable from the *Details* page.

include::platform/ref-controller-build-exec-envs.adoc[leveloffset=+1]
include::platform/ref-controller-install-builder.adoc[leveloffset=+2]
include::platform/ref-controller-building-exec-env.adoc[leveloffset=+2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Groups can be sourced manually, by entering host names into {ControllerName}, or
====
If you have a custom dynamic inventory script, or a cloud provider that is not yet supported natively in {ControllerName}, you can also import that into {ControllerName}.

For more information, see link:{BaseURL}/red_hat_ansible_automation_platform/{PlatformVers}/html-single/configuring_automation_execution/index#assembly-inventory-file-importing[Inventory file importing] in _{ControllerAG}_.
For more information, see link:{URLControllerAdminGuide}/index#assembly-inventory-file-importing[Inventory file importing] in {TitleControllerAdminGuide}.
====

From the navigation panel, select {MenuInfrastructureInventories}.
Expand All @@ -62,7 +62,7 @@ The statuses are:
//* *Actions*:
The following actions are available for the selected inventory:
** *Edit* image:leftpencil.png[Edit,15,15]: Edit the properties for the selected inventory
** *Copy* image:copy.png[Copy,15,15]: Makes a copy of an existing inventory as a template for creating a new one
** *Duplicate* image:copy.png[Copy,15,15]: Makes a copy of an existing inventory as a template for creating a new one
** *Delete inventory*: Delete the selected inventory

Click the Inventory name to display the *Details* page for the selected inventory, which shows the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The default view is collapsed (*Compact*) with project name and its status, but

//image:projects-list-all-expanded.png[Projects - expanded]

For each project listed, you can get the latest SCM revision image:sync.png[Refresh,15,15], edit image:leftpencil.png[Edit,15,15] the project, or copy image:copy.png[Copy,15,15] the project attributes, using the icons next to each project.
For each project listed, you can get the latest SCM revision image:sync.png[Refresh,15,15], edit image:leftpencil.png[Edit,15,15] the project, or duplicate image:copy.png[Copy,15,15] the project attributes, using the icons next to each project.

Projects can be updated while a related job is running.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Search functionality for Job templates is limited to alphanumeric characters onl

//image::ug-job-templates-home.png[Job templates home]

From this screen you can launch image:rightrocket.png[Rightrocket,15,15], edit image:leftpencil.png[Leftpencil,15,15], copy image:copy.png[Copy,15,15] and delete image:delete-button.png[Delete,15.15] a job template.
From this screen you can launch image:rightrocket.png[Rightrocket,15,15], edit image:leftpencil.png[Leftpencil,15,15], duplicate image:copy.png[Copy,15,15] and delete image:delete-button.png[Delete,15.15] a job template.

Workflow templates have the workflow visualizer image:visualizer.png[Workflow visualizer,15,15] icon as a shortcut for accessing the workflow editor.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The *Templates* page shows the workflow and job templates that are currently ava
The default view is collapsed (Compact), showing the template name, template type, and the statuses of the jobs that have run by using that template.
You can click the arrow next to each entry to expand and view more information.
This list is sorted alphabetically by name, but you can sort by other criteria, or search by various fields and attributes of a template.
From this screen you can launch image:rightrocket.png[Launch,15,15], edit image:leftpencil.png[Edit,15,15], and copy image:copy.png[Copy,15,15] a workflow job template.
From this screen you can launch image:rightrocket.png[Launch,15,15], edit image:leftpencil.png[Edit,15,15], and duplicate image:copy.png[Copy,15,15] a workflow job template.

Only workflow templates have the workflow visualizer image:visualizer.png[Workflow visualizer,15,15] icon as a shortcut for accessing the workflow editor.

Expand Down