Skip to content

Commit

Permalink
Update documentation to define installation instructions and bump to …
Browse files Browse the repository at this point in the history
…ansible 2.15.0 (#28)

* Update documentation to define installation instructions.

* fix lint issues

* bump_to_215

* trivial

* Update changelogs/fragments/update_docs.yaml

Co-authored-by: Nilashish Chakraborty <[email protected]>

---------

Co-authored-by: Nilashish Chakraborty <[email protected]>
  • Loading branch information
rohitthakur2590 and NilashishC authored Jun 12, 2024
1 parent c9ae357 commit a8fcdee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
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"

0 comments on commit a8fcdee

Please sign in to comment.