Ansible Pilot

Automate Like a Boss: A Beginner's Guide to Installing Ansible Automation Platform

How to install an Ansible Automation Platform in a single node with an internal database in a Red Hat Enterprise Linux 9.

March 29, 2023
Access the Complete Video Course and Learn Quick Ansible by 200+ Practical Lessons

Standalone automation controller with internal database (single host)

The following inventory file is used to install the Red Hat Ansible Automation Platform with one Ansible Automation Controller. This installation inventory file installs one single automation controller node with an internal database “host1.example.com”.

[automationcontroller]
host1.example.com node_type=hybrid

[all:vars]
admin_password='<password>'
pg_host=''
pg_port='5432'
pg_database='awx'
pg_username='awx'
pg_password='<password>'
pg_sslmode='prefer'

registry_url='registry.redhat.io'
registry_username='<registry username>'
registry_password='<registry password>'

With the following parameters:

The Best Resources For Ansible

Certifications

Video Course

Printed Book

eBooks

Recap

Standalone Automation Controllers with internal databases are useful in developer scenarios or a small automation workflow.

Subscribe to the YouTube channel, Medium, and Website, X (formerly Twitter) to not miss the next episode of the Ansible Pilot.

Academy

Learn the Ansible automation technology with some real-life examples in my

My book Ansible By Examples: 200+ Automation Examples For Linux and Windows System Administrator and DevOps

BUY the Complete PDF BOOK to easily Copy and Paste the 250+ Ansible code

Want to keep this project going? Please donate

Access the Complete Video Course and Learn Quick Ansible by 200+ Practical Lessons
Follow me

Subscribe not to miss any new releases