No description
Find a file
semantic-release-bot 4fd0f68242 chore(release): 1.6.0 [skip ci]
# [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 ([36e2624](36e2624c5a))
2026-03-15 11:36:41 +00:00
.github/workflows Fix CI 2026-03-15 02:25:06 +01:00
defaults fix: split CentOS update from RockyLinux migration 2022-06-30 10:26:35 +02:00
meta Update CI 2026-03-14 19:21:48 +01:00
molecule/default Fix CI 2026-03-15 02:25:06 +01:00
tasks Fix linting issues 2022-10-07 23:24:52 +02:00
.ansible-lint feat: Update CI to latest standards 2022-10-07 21:22:04 +02:00
.cicd Fix CI 2026-03-15 02:25:06 +01:00
.cicd.overwrite Update CI 2026-03-14 19:21:48 +01:00
.collections feat: Move to FQCN 2022-10-07 21:21:23 +02:00
.gitignore feat: Update supported platforms & CI 2024-12-29 01:32:15 +01:00
.releaserc.yml Update CI 2026-03-06 22:27:17 +01:00
.roles feat: Update CI to latest standards 2022-10-07 21:22:04 +02:00
.yamllint feat: Update supported platforms & CI 2024-12-29 01:32:15 +01:00
CHANGELOG.md chore(release): 1.6.0 [skip ci] 2026-03-15 11:36:41 +00:00
README.md Update CI 2026-03-14 19:21:48 +01:00

CI

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