# Automation

# Ansible - Red Hat Automation Platform

# Installing Red Hat Automation Platform on RHEL 9

Documentation on installing Red Hat Automation Platform in single-node mode on RHEL 9. This includes Automation Controller (formerly Ansible Tower) and Automation Hub on the same node.

This documentation is assuming you are using the free Red Hat Developer Program subscription found [here](https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux).

Base OS is RHEL 9 installed in Server mode without GUI. (newest version at time of writing - 07/19/2022)

See RedHat Docs for more supported OS's - this guide is mostly about the small caveats to watch out for when installing on a single-node and using the dev program subscription.

<p class="callout info">**Make sure** that "Simple content access for Red Hat Subscription Management" is *enabled* [here](https://access.redhat.com/management). This will prevent you from having to manually register the subscription entitlements on the server node after installing the base OS. [Link to guide](https://access.redhat.com/documentation/en-us/subscription_central/2021/html/getting_started_with_simple_content_access/proc-enabling-simplecontent-with-rhsm_assembly-simplecontent-ctxt)</p>

export ANSIBLE\_BECOME=True

export ANSIBLE\_BECOME\_METHOD=’sudo’