mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
HUGE REFACTORING; Implementing ldap networks, new port mappings, heal script optimizing etc.
This commit is contained in:
@@ -25,7 +25,7 @@ Defined in `vars/main.yml`:
|
||||
|
||||
| Variable | Description |
|
||||
|---------------------------------|------------------------------------------------------------------|
|
||||
| `docker_compose_project_name` | Name of the Docker Compose project. Default: `keycloak`. |
|
||||
| `application_id` | Name of the Docker Compose project. Default: `keycloak`. |
|
||||
| `database_type` | Type of the database. Default: `postgres`. |
|
||||
| `database_password` | Password for the PostgreSQL database user. |
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
docker_compose_project_name: "keycloak"
|
||||
database_type: "postgres"
|
||||
database_password: "{{keycloak_database_password}}"
|
||||
application_id: "keycloak"
|
||||
database_type: "postgres"
|
||||
database_password: "{{keycloak_database_password}}"
|
Reference in New Issue
Block a user