Skip to content

Commit ac73353

Browse files
Update CI badges in README.md (#1218)
* Update CI badges in README.md * fix markdown links * fix authentication link * export fix * fix credential docs
1 parent 3a8e61e commit ac73353

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Red Hat Communities of Practice AAP Configuration Collection
22

3-
![pre-commit tests](https://github.com/redhat-cop/aap_configuration/actions/workflows/pre-commit.yml/badge.svg)
4-
![Release](https://github.com/redhat-cop/aap_configuration/actions/workflows/release.yml/badge.svg)
3+
[![pre-commit tests](https://github.com/redhat-cop/infra.aap_configuration/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/redhat-cop/infra.aap_configuration/actions/workflows/pre-commit.yml)
4+
[![Release - Automated](https://github.com/redhat-cop/infra.aap_configuration/actions/workflows/release_auto.yml/badge.svg)](https://github.com/redhat-cop/infra.aap_configuration/actions/workflows/release_auto.yml)
55
<!-- markdownlint-disable-line MD033 MD034 --><a href="https://raw.githubusercontent.com/redhat-cop/infra.aap_configuration/devel/docs/aap_config_as_code_public_meeting.ics"><img border="0" alt="Google Calendar invite" width="60" src="https://ssl.gstatic.com/calendar/images/dynamiclogo_2020q4/calendar_20_2x.png"></a>
66
<!-- Further CI badges go here as above -->
77

@@ -111,7 +111,7 @@ You can also specify authentication by a combination of either:
111111
* `aap_hostname`, `aap_token`
112112

113113
The OAuth2 token is the preferred method. You can obtain the token through the preferred `controller_token` module, or through the
114-
AWX CLI [login](https://docs.ansible.com/automation-controller/latest/html/controllerapi/authentication.html)
114+
AWX CLI [login](https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/automation_execution_api_overview/controller-api-auth-methods)
115115
command.
116116

117117
These can be specified via (from highest to lowest precedence):

changelogs/fragments/trivial_stuff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ trivial:
33
- Adding back Brant Evans @branic as a major contributor to the collection. (unsure how this got removed)
44
- Updated readme license links
55
- Updated markdownlint related settings
6+
- Updated status badges on main Readme
67
...

docs/EXPORT_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is documentation on how to use a the Automation Controller export commands
66

77
This command allows exporting all available endpoints for Automation Controller for use in importing, templates, backups and many other uses.
88

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.
1010

1111
## Installation
1212

roles/controller_credential_input_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This also speeds up the overall role.
8080
|`description`|""|no|str|Description to use for the credential input source.|
8181
|`state`|`present`|no|str|Desired state of the resource.|
8282

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.
8484

8585
### Standard Credential Input Source Data Structure
8686

roles/eda_credential_types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example:
7272

7373
Because of this it is difficult to provide controller with the required format for these fields.
7474

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):
7676

7777
```yaml
7878
!unsafe '{{ variable }}'

0 commit comments

Comments
 (0)