Database management using Red Hat AAP
In Chapter 8, Helping the Database Team with Automation, you learned how to use Ansible to automate database creation and user management operations. This section will reuse the same Ansible artifacts but in a different repository and execute the job from Red Hat AAP.
The following are the prerequisites for this section:
- Access to the Red Hat Ansible automation controller WebUI
- Access to the GitHub repository that contains the necessary Ansible artifacts (https://github.com/ginigangadharan/ansible-database-demo)
- Access to the target nodes (database node)
Job templates are the core resources in the automation controller, but a job template requires few other resources as dependencies.
Figure 12.10 – Components and dependencies in Ansible Automation Platform
You will learn the basic operations in the Ansible automation controller and create various resources, as follows:
- Organizations...