No description
Find a file
Mark van Huijstee 6b21da7a5d
Merge pull request #32 from de-it-krachten/dev
Update supported platforms & CI (2026-07-23)
2026-07-26 21:50:55 +02:00
.github/workflows Update CI 2026-07-23 13:46:11 +02: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 Update CI 2026-07-25 17:08:10 +02:00
tasks Improve support for ansible-core 2.20+ 2026-06-07 20:42:57 +02:00
.ansible-lint Update CI 2026-06-07 16:43:53 +02:00
.cicd Update CI 2026-06-09 10:45:15 +02:00
.cicd.overwrite Update CI 2026-06-07 16:43:53 +02: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.7.0 [skip ci] 2026-07-23 18:07:51 +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