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
- 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:46:38.000Z (over 2 years ago)
- Last Synced: 2025-02-25T10:46:44.446Z (4 months ago)
- Topics: ansible, ansible-role, opencast
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- 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
```