No description
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| defaults | ||
| handlers | ||
| keys | ||
| meta | ||
| tasks | ||
| .ansible-lint | ||
| .gitignore | ||
| .woodpecker.yml | ||
| LICENSE | ||
| README.md | ||
Ansible role: fosdem-video.videoteam
Ansible role which manages FOSDEM video team users and SSH key configurations.
The role creates the fosdem user and deploys SSH public keys to the root and
fosdem users from the keys/ directory.
Role variables
Available variables are listed below, along with default values
(see defaults/main.yml):
ssh_users:
- marcel
- palmyra
- cesar
List of users to add SSH public keys for. Public keys are read from the keys/
directory with filenames matching the usernames (e.g., keys/marcel.pub).
user_fosdem_password:
Optional password for the fosdem user. Defaults to empty string.
Example playbook
- hosts: servers
remote_user: root
roles:
- { role: fosdem-video.videoteam }
License
MIT