An open API service indexing awesome lists of open source software.

https://github.com/elan-ev/opencast_selinux

Ansible role to enable and configure SElinux for Opencast clusters
https://github.com/elan-ev/opencast_selinux

ansible ansible-role opencast

Last synced: 4 months ago
JSON representation

Ansible role to enable and configure SElinux for Opencast clusters

Awesome Lists containing this project

README

        

Ansible: Opencast SELinux Role
==============================

Enable and configure SElinux for Opencast cluster.
This role only makes sense in combination with the other Opencast roles.
It allows Nginx to act as a reverse proxy and to access NFS shares.

Example Playbook
----------------

Example of how to configure and use the role:

```yaml
- hosts: servers
become: true
roles:
- role: elan.opencast_selinux
```