Ansible Automation Platform Automation Examples Examples how to automate the automation when using Ansible Automation Platform (AAP). Contents aap_host_prepare.yml Example playbook to prepare RHEL systems for AAP 2.6 installation ansible.cfg.installer Enhanced ansible.cfg to use with the containerized installer inventory.lab Example containerized inventory to install AAP 2.6 in a small lab Can be easily adjusted for bundle and non-bundle installations examples Example playbooks and configuration for further AAP setup automation To create the required AAP manifest, see Red Hat Subscription Allocations tool and obtaining a manifest file . If using automation analytics with Red Hat Hybrid Cloud Console , see instructions here . AAP Host Preparation Before installing AAP on RHEL (not OCP) it is a good idea to ensure a known-good baseline configuration on the target hosts. aap_host_prepare.yml is an example playbook that could be used for this.…