Update README
This commit is contained in:
parent
6cc9946aec
commit
ca536c4ee6
|
@ -1,32 +1,17 @@
|
||||||
# OpenFest Infra -- Ansible Playbooks
|
# OpenFest 2024 -- Ansible Playbooks
|
||||||
|
|
||||||
## General Variables
|
## General Variables
|
||||||
|
|
||||||
### Global/Group
|
### Global/Group
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|-----------------|-------------------------------------------------|
|
|-----------------|----------------------------------------------------------|
|
||||||
| global_ssh_keys | Keys of people authorized to access _all_ hosts |
|
| global_root_ssh_key_urls | Keys of people authorized to access _all_ hosts |
|
||||||
|
|
||||||
### Host
|
### Host
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|--------------------|---------------------------------------------------------------|
|
|--------------------|---------------------------------------------------------------|
|
||||||
| ssh_keys['root'] | Users authorized to run commands as root |
|
| root_ssh_key_urls | Keys of people authorized to access _this_ host |
|
||||||
| ssh_keys[username] | Authorized keys for a specific user |
|
|
||||||
| ssh_keys['*'] | Authorized keys for all non-root users provisioned by ansible |
|
|
||||||
|
|
||||||
## Secret and not-so-secret Variables (grouped by service)
|
## Secret and not-so-secret Variables (grouped by service)
|
||||||
|
|
||||||
### Keycloak
|
|
||||||
|
|
||||||
| Name | Description |
|
|
||||||
|---------------------------|----------------------------------------------------------------------|
|
|
||||||
| keycloak_hostname | Passed as the [Public URL](https://www.keycloak.org/server/hostname) |
|
|
||||||
| keycloak_db_password | PostgreSQL DB Password |
|
|
||||||
| keycloak_db_ansible_host | PostgreSQL DB Host (in inventory), for provisioning the database |
|
|
||||||
| keycloak_podman_user_name | Owner of the keycloak container |
|
|
||||||
| keycloak_podman_user_home | `{{ keycloak_podman_user_name }}`'s home directory |
|
|
||||||
| keycloak_data_dir | Used for the volumes / bind mounts |
|
|
||||||
| keycloak_listen_address | Where to bind on the host (for using a reverse proxy) |
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue