Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat committed Mar 25, 2024
1 parent 0e3c7f9 commit 7846609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
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.

0 comments on commit 7846609

Please sign in to comment.