Skip to content

Commit

Permalink
Updated the requirements section for fedora.linux_system_roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhosoi committed Sep 26, 2022
1 parent b215d63 commit 160c2f3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -36,7 +36,21 @@ To satisfy such requirements, logging role introduced 3 primary variables `loggi

## Requirements

This role is supported on RHEL/CentOS-7, RHEL/CentOS-8 and Fedora distributions.
This role is supported on RHEL-7+, CentOS Stream-8+ and Fedora distributions.

The role requires the `firewall` role and the `selinux` role from the
`fedora.linux_system_roles` collection, if `logging_manage_firewall`
and `logging_manage_selinux` is set to true, respectively.
(Please see also the variables in the [`Other options`](#other-options) section.)

If the `logging` is a role from the `fedora.linux_system_roles`
collection or from the Fedora RPM package, the requirement is already
satisfied.

Otherwise, please run the following command line to install the collection.
```
ansible-galaxy collection install -r meta/requirements.yml
```

## Definitions

Expand Down

0 comments on commit 160c2f3

Please sign in to comment.