mirror of
https://github.com/de-it-krachten/ansible-role-centos2rocky
synced 2026-05-14 11:41:49 +00:00
No description
- Jinja 100%
# [1.6.0](https://github.com/de-it-krachten/ansible-role-centos2rocky/compare/v1.5.0...v1.6.0) (2026-03-15) ### Features * Drop support for SUSE Linux Enterprise 15 ([ |
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-centos2rocky
Role to migrate from CentOS 8 -> RockyLinux 8 It works for servers and containers
Dependencies
Roles
None
Collections
None
Platforms
Supported platforms
- CentOS 8
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# Patch host to latest CentOS 8 state
centos2rocky_centos_upgrade: true
# Migrate host from CentOS to RockyLinux
centos2rocky_rockylinux_migration: true
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'centos2rocky'
hosts: all
become: 'yes'
tasks:
- name: Include role 'centos2rocky'
ansible.builtin.include_role:
name: centos2rocky