Skip to content

v9.2 Feat/redhat support#4691

Draft
tpurschke wants to merge 73 commits into
CactuseSecurity:developfrom
tpurschke:feat/redhat-support
Draft

v9.2 Feat/redhat support#4691
tpurschke wants to merge 73 commits into
CactuseSecurity:developfrom
tpurschke:feat/redhat-support

Conversation

@tpurschke

@tpurschke tpurschke commented May 28, 2026

Copy link
Copy Markdown
Contributor

This release makes FWO compatible with the following operating systems:

  • Ubuntu 22.04 and 24.04
  • Debian 11 & 12
  • Red Hat 9 (new - tested with v9.8)
  • Rocky 9 (new - tested with v9.8)
  • Ubuntu 26.04 (new)
  • Debian 13 (new)

Not supported any longer are:

  • Ubuntu < 22.04
  • Debian < 11

Breaking Changes

1. Installer invocation changes

The documented and expected way to run installations/upgrades changes from:

ansible-playbook site.yml -K

to:

./scripts/run-playbook-with-sudo.sh site.yml

2. Ansible collections become a hard dependency

The installer now requires explicit installation of several Ansible collections:

ansible-galaxy collection install -r collections/requirements.yml -p collections --force

and introduces:

collections_path = ./collections:~/.ansible/collections:/usr/share/ansible/collections

Environments that previously relied on globally installed collections or did not install collections at all may fail until the collections are installed in the expected location.

needed for redhat 9 / rocky 9
tpurschke added 29 commits June 6, 2026 09:47
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant