Edit the inventory file
You can use the Ansible Automation Platform installer inventory file to specify your installation scenario.
For an RPM installation Copy linkLink copied!
Procedure
RPM installed package
$ cd /opt/ansible-automation-platform/installer/
Bundled installer
$ cd ansible-automation-platform-setup-bundle-<latest-version>
Online installer
$ cd ansible-automation-platform-setup-<latest-version>
For online installations Copy linkLink copied!
For online installations
cd <path-to-source-file>/ansible-automation-platform-containerized-setup-<version_number>
For offline or bundled installations
cd <path-to-source-file/ansible-automation-platform-containerized-setup-bundle-<version_number>-<arch_name>
- Open the
inventoryfile with a text editor. - Edit the
inventoryfile parameters to specify your installation scenario.For containerized installation, see Configuring the inventory file
Run the setup script Copy linkLink copied!
Run the installation program setup script after updating the inventory file with all the required parameters to begin the installation and configuration of the platform.
About this task Copy linkLink copied!
RPM installer
Procedure Copy linkLink copied!
setup.sh script
$ sudo ./setup.sh
If you are running the setup as a non-root user with sudo privileges, you can use the following command:
$ ANSIBLE_BECOME_METHOD='sudo'
ANSIBLE_BECOME=True ./setup.sh
Results Copy linkLink copied!
Installation of Red Hat Ansible Automation Platform will begin.
What to do next Copy linkLink copied!
If you want to add additional nodes to your automation mesh after the initial setup, edit the inventory file to add the new node, then rerun the setup.sh script.
Containerized installer
For information on installing containerized Ansible Automation Platform, see Installing containerized Ansible Automation Platform
Import a CA certificate Copy linkLink copied!
A Certificate Authority (CA) verifies and signs individual node certificates in an automation mesh environment. You can provide your own CA by specifying the path to the certificate and the private RSA key file in the inventory file of your Red Hat Ansible Automation Platform installer.
About this task Copy linkLink copied!
Procedure Copy linkLink copied!
Results Copy linkLink copied!
This process copies the CA to the to /etc/receptor/tls/ca/ directory on each control and execution node on your mesh network.