To help you find information quickly, we’ve remodeled the documentation to focus on how you work. Need help finding something?
Explore the updated navigation, use search, or get answers from Ask Red Hat.
Share Feedback to help us keep improving.
Upgrade your containerized deployment of Ansible Automation Platform
Perform an upgrade of containerized Ansible Automation Platform.
Procedure
- Log in to the Red Hat Enterprise Linux host as your dedicated non-root user.
- Follow the steps in Download Ansible Automation Platform to download the latest version of containerized Ansible Automation Platform.
- Copy the downloaded installation program to your Red Hat Enterprise Linux Host.
- Edit the
inventory file to match your required configuration. You can keep the same parameters from your existing Ansible Automation Platform deployment or you can change the parameters to match any modifications to your environment.
- Run the
install playbook:
$ ansible-playbook -i inventory ansible.containerized_installer.install
- If your privilege escalation requires a password to be entered, append
-K to the command. You will then be prompted for the BECOME password.
- You can use increasing verbosity, up to 4 v’s (
-vvvv) to see the details of the installation process. However it is important to note that this can significantly increase installation time, so it is recommended that you use it only as needed or requested by Red Hat support.