This collection provides Ansible roles you can use to perform conversion using the Convert2RHEL framework. Use these roles as the foundation of your conversion automation solution.
Please check the release section of the repository to find information about the latest updates and publication to the Ansible Galaxy.
These are the roles included in the collection. Follow the links below to see the detailed documentation and example playbooks for each role.
analysis
- executes the convert2rhel analysis phasecommon
- used for local logging, mutex locking, and common varsparse_c2r_report
- reads convert2rhel results and checks for inhibitorsconvert
- executes the convert2rhel OS conversion
Example playbooks can be found here.
You can install the collection from Ansible Galaxy by running ansible-galaxy collection install infra.convert2rhel
.
You can also include it in a requirements.yml
file and install it with ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: infra.convert2rhel
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible
package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install infra.convert2rhel --upgrade
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0
:
ansible-galaxy collection install infra.convert2rhel:==1.0.0
See Using Ansible collections for more details.
We are a fledgling community and welcome any new contributors. Get started by opening an issue or pull request. Refer to our contribution guide for more information.
Please open a new issue for any bugs or security vulnerabilities you may encounter. We also invite you to open an issue if you have ideas on how we can improve the solution or want to make a suggestion for enhancment.
This Ansible collection is just one building block of our larger initiative to make Convert2RHEL conversion automation that works at enterprise scale. Learn more about our end-to-end approach for automating conversions in these blog posts.
See the changelog.
MIT
See LICENSE to see the full text.