2024-05-01 16:18:26 +03:00
|
|
|
# OpenFest 2024 -- Ansible Playbooks
|
2024-05-01 16:15:32 +03:00
|
|
|
|
|
|
|
## General Variables
|
|
|
|
|
|
|
|
### Global/Group
|
|
|
|
|
2024-05-01 16:18:26 +03:00
|
|
|
| Name | Description |
|
|
|
|
|-----------------|----------------------------------------------------------|
|
|
|
|
| global_root_ssh_key_urls | Keys of people authorized to access _all_ hosts |
|
2024-05-01 16:15:32 +03:00
|
|
|
|
|
|
|
### Host
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
|--------------------|---------------------------------------------------------------|
|
2024-05-01 16:18:26 +03:00
|
|
|
| root_ssh_key_urls | Keys of people authorized to access _this_ host |
|
2024-05-01 16:15:32 +03:00
|
|
|
|
|
|
|
## Secret and not-so-secret Variables (grouped by service)
|