Chapter 6. Ansible validated content
Red Hat Ansible Automation Platform includes Ansible validated content, which complements existing Red Hat Ansible Certified Content.
Ansible validated content provides an expert-led path for performing operational tasks on a variety of platforms including both Red Hat and our trusted partners.
6.1. Configuring validated collections with the installer
When you download and run the bundle installer, certified and validated collections are automatically uploaded. Certified collections are uploaded into the rh-certified repository. Validated collections are uploaded into the validated repository.
You can change to default configuration by using two variables:
| Name | Description |
|---|---|
|
| A boolean that defines whether or not preloading is enabled. |
|
|
If |
6.2. Installing validated content using the tarball
If you are not using the bundle installer, a standalone tarball, ansible-validated-content-bundle-1.tar.gz can be used instead. The standalone tarball can also be used later to update validated contents later in any environment, when a newer tarball becomes available, and without having to re-run the bundle installer.
To obtain the tarball, navigate to the Red Hat Ansible Automation Platform download page and select Ansible Validated Content.
You require the following variables to run the playbook.
| Name | Description |
|---|---|
|
| Your administration password. |
|
| The API token generated for your automation hub. |
|
|
For example, |
|
|
Boolean ( This must match the value used during automation hub deployment.
This variable is set to |
Use either automationhub_admin_password or automationhub_api_token, not both.
Upload the content and define the variables (this example uses automationhub_api_token):
ansible-playbook collection_seed.yml -e automationhub_api_token=<api_token> -e automationhub_main_url=https://automationhub.example.com -e automationhub_require_content_approval=true
For more information on running ansible playbooks, see ansible-playbook.
When complete, the collections are visible in the validated collection section of private automation hub.