You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/EXPORT_README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is documentation on how to use a the Automation Controller export commands
6
6
7
7
This command allows exporting all available endpoints for Automation Controller for use in importing, templates, backups and many other uses.
8
8
9
-
**NOTE:** If you use the awx export option it will NOT use the correct high level variable list naming that is expected by the rest of these roles you will need to correctly name them before being able to use the roles to import the data into your new Controller. See [#332](https://github.com/redhat-cop/aap_configuration/issues/332) for more details.
9
+
**NOTE:** If you use the awx export option it will NOT use the correct high level variable list naming that is expected by the rest of these roles you will need to correctly name them before being able to use the roles to import the data into your new Controller. See [#332](https://github.com/redhat-cop/infra.aap_configuration/issues/332) for more details.
Copy file name to clipboardExpand all lines: roles/controller_credential_input_sources/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ This also speeds up the overall role.
80
80
|`description`|""|no|str|Description to use for the credential input source.|
81
81
|`state`|`present`|no|str|Desired state of the resource.|
82
82
83
-
For further details on fields see <https://docs.ansible.com/automation-controller/latest/html/userguide/credential_plugins.html>. The input accepted by the `metadata` field will differ depending on the credential plugin being used.
83
+
For further details on fields see <https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/configuring_automation_execution/assembly-controller-secret-management>. The input accepted by the `metadata` field will differ depending on the credential plugin being used.
84
84
85
85
### Standard Credential Input Source Data Structure
Copy file name to clipboardExpand all lines: roles/eda_credential_types/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Example:
72
72
73
73
Because of this it is difficult to provide controller with the required format for these fields.
74
74
75
-
The workaround is easier to do in yaml with unsafe syntax, to read more about this check out the [documentation](https://docs.ansible.com/ansible/latest/user_guide/playbooks_advanced_syntax.html):
75
+
The workaround is easier to do in yaml with unsafe syntax, to read more about this check out the [documentation](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_advanced_syntax.html):
0 commit comments