Bookmark this page

Summary

  • You can automate Red Hat Ansible Automation Platform configuration by using Red Hat Certified Ansible Content Collections such as ansible.controller.

  • You can use Git webhooks to automatically trigger job execution when you make changes to a project’s Git repository.

  • You can use Git webhooks with the ansible.controller Ansible Content Collection to automate configuration as code.

  • Automation controller provides a REST API that enables you to control it without using the web UI.

  • You can use Ansible Playbooks to launch job templates or perform other tasks or configuration of automation controller by using the uri module to access the automation controller API.

  • Two steps are involved in launching a job template from the API: use the GET method to get the information you need, and then use the POST method to launch the job.

Revision: do467-2.2-08877c1