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: about 1 month ago
JSON representation
Ansible role to enable and configure SElinux for Opencast clusters
- Host: GitHub
- URL: https://github.com/elan-ev/opencast_selinux
- Owner: elan-ev
- License: bsd-3-clause
- Created: 2021-07-01T15:53:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:46:38.000Z (over 3 years ago)
- Last Synced: 2025-10-19T19:55:49.743Z (8 months ago)
- Topics: ansible, ansible-role, opencast
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```