Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to define installation instructions and bump to ansible 2.15.0 #28

Merged
merged 5 commits into from
Jun 12, 2024
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ To consume this Validated Content from Automation Hub, the following needs to be
server_list = automation_hub

[galaxy_server.automation_hub]
url=https://console.redhat.com/api/automation-hub/content/published/
url=https://console.redhat.com/api/automation-hub/content/validated/
auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
token=<SuperSecretToken>
```

Get the required token from the [Automation Hub Web UI](https://console.redhat.com/ansible/automation-hub/token).
Utilize the current Token, and if the token has expired, obtain the necessary
token from the [Automation Hub Web UI](https://console.redhat.com/ansible/automation-hub/token).

With this configured, simply run the following commands:

Expand Down
9 changes: 9 additions & 0 deletions changelogs/fragments/update_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
doc_changes:
- Updated the URL to point to validated content instead of certified content.
- Revised the instructions on when to utilize the token.
release_summary: >
With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`.
The last version known to be compatible with `ansible-core` versions below `2.15` is v4.0.0.
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"