https://github.com/elan-ev/opencast_user
Ansible role to create Opencast system users
https://github.com/elan-ev/opencast_user
ansible ansible-role opencast
Last synced: 4 months ago
JSON representation
Ansible role to create Opencast system users
- Host: GitHub
- URL: https://github.com/elan-ev/opencast_user
- Owner: elan-ev
- License: bsd-3-clause
- Created: 2021-06-21T22:15:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:02:23.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:46:44.549Z (over 1 year ago)
- Topics: ansible, ansible-role, opencast
- Language: Jinja
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible: Opencast User Role
===========================


This Ansible role creates an Opencast Linux user with a specific user and group
ID to ensure they are identical on the whole cluster.
Role Variables
--------------
- `opencast_user_name`
- The username of the user to create
- Defaults: `opencast`
- `opencast_user_group_name`
- The group name of the user
- Defaults: `opencast`
- `opencast_user_uid`
- The user ID
- Defaults: `7967`
- `opencast_user_gid`
- The users group ID
- Defaults: `7967`
Example Playbook
----------------
Example of how to use the role:
```yaml
- hosts: servers
roles:
- role: elan.opencast_user
```
License
-------
[BSD-3-Clause](LICENSE)
Author Information
------------------
[ELAN e.V](https://elan-ev.de/)