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 dd1ab93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,20 @@ To satisfy such requirements, logging role introduced 3 primary variables `loggi

This role is supported on RHEL/CentOS-7, RHEL/CentOS-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

- `logging_inputs` - List of logging inputs dictionary to specify input types.
Expand Down

0 comments on commit dd1ab93

Please sign in to comment.