-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e3c7f9
commit 7846609
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# controller-postinstall | ||
|
||
This is an example repo used by the new Ansible Automation Platform containerized installer's [postinstall](https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/2.4/html-single/containerized_ansible_automation_platform_installation_guide/index#using-postinstall_aap-containerized-installation) feature. It takes a configuration-as-code approach to configuring AAP, using Ansible collections such as [infra.controller_configuration](https://console.redhat.com/ansible/automation-hub/namespaces/infra/controller_configuration) and [infra.ah_configuration](https://console.redhat.com/ansible/automation-hub/namespaces/infra/ah_configuration). | ||
|
||
Note that the postinstall feature uses the `ansible.builtin.include_vars` module with the `dir` argument to recursively include all files in the repo ending in ".yml" and ".yaml". This means that the only YAML files in a postinstall repo should be Ansible variable files. Any other YAML files such as playbooks will result in an error from the postinstall feature. |