A question we get off and on is how to automate the configuration of the Ansible Automation Platform(AAP) in the same way we would any other product. This could be for a lot of reasons, but the one I hear most often is "We need to have change control associated with AAP for compliance...so how do we do that?"
To solve this problem I created a quick bit of automation to demonstrate using AAP to automate its own configuration...a bit meta. In short I create some variable files in my git repository that represent how my AAP controller should be configured. I then have automation that will take those files and idempotently apply them to the controller.
Blog post here: https://gregsowell.com/?p=7235