Replies: 1 comment
-
|
Cut out centos here and created new issue #712 for it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Installation documented here: https://github.com/CactuseSecurity/firewall-orchestrator/blob/master/documentation/developer-docs/ansible-redhat.md
download from https://developers.redhat.com/products/rhel/download
install minimal server - do not select "connect to red hat insight"
do test install
fix all issues during installation
see also https://www.heise.de/news/Kostenloses-RHEL-statt-CentOS-5030972.html
main issue is to know the package names per distribution
other issues include name and location of Linux Distribution dependent config files
package updates/upgrades (apt update, apt upgrade) will have to be handled with when statements per OS
replace all apt module occurences with package module:
bad:
good:
Beta Was this translation helpful? Give feedback.
All reactions