Get up to 50% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Ansible Automation Platform 1.2 to 2 Migration Guides

Ansible Automation Platform 1.2 to 2 Migration Guides
Image Source: ansible.com/blog

This is a living document where the information will be updated regularly. Most of the information is collected from the official documents and aggregated to focus on the migration topic.

Ansible Automation Platform 2-technical introduction and migration considerations

Watch recording from September 30, 2022

Ansible Automation Platform – Side-by-side upgrade

Check the following videos to learn how to do a side-by-side upgrade from AAP 1.2 to 2 version.

AAP 1.2 (Ansible Tower) on RHEL to AAP 2 on OCP Migrations

Further Reading

  • Red Hat Ansible Automation Platform 2: Migration strategy considerations
  • New reference architecture: Red Hat Ansible Automation Platform 1.2 to 2 Migration Guide
  • 5 ways to prepare for migration to Red Hat Ansible Automation Platform 2
  • Ansible Automation Platform 1.2 to 2 Migration Guide
  • AAP 2 Migration Considerations Checklist
  • Migrating from Python virtual environments to automation execution environments in Ansible Automation Platform 2
  • Ansible Automation Platform Upgrade Assistant
Gineesh Madapparambath

Gineesh Madapparambath

Gineesh Madapparambath is the founder of techbeatly. He is the co-author of The Kubernetes Bible, Second Edition and the author of Ansible for Real Life Automation. He has worked as a Systems Engineer, Automation Specialist, and content author. His primary focus is on Ansible Automation, Containerisation (OpenShift & Kubernetes), and Infrastructure as Code (Terraform). (Read more: iamgini.com)


Note

Disclaimer: The views expressed and the content shared in all published articles on this website are solely those of the respective authors, and they do not necessarily reflect the views of the author’s employer or the techbeatly platform. We strive to ensure the accuracy and validity of the content published on our website. However, we cannot guarantee the absolute correctness or completeness of the information provided. It is the responsibility of the readers and users of this website to verify the accuracy and appropriateness of any information or opinions expressed within the articles. If you come across any content that you believe to be incorrect or invalid, please contact us immediately so that we can address the issue promptly.

Share :

Related Posts

Managing Ansible Inventory

Managing Ansible Inventory

Inventory File An inventory file is a simple and plain text file where we store those host information ansible has to deal with. It can be simple in …

Build Your Own Git Server using Gogs

Build Your Own Git Server using Gogs

When it comes to VCS ( Version Control System ), we will have confusion as we have many products in the market with almost the same capabilities. …

Running Ansible Ad-Hoc commands

Running Ansible Ad-Hoc commands

We have already run few ad-hoc command to list down the hosts in earlier sections.