mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-08 22:28:02 +00:00
feat(web-app-drupal): add Drupal role, OIDC config, and wiring
- networks: add web-app-drupal subnet 192.168.104.80/28 - ports: map localhost http port 8060 - add role files: tasks, vars, schema, users, templates (Dockerfile, docker-compose, settings.local.php, upload.ini) - add docs: README.md and Administration.md Ref: https://chatgpt.com/share/690535c5-b55c-800f-8556-5335a6b8a33f
This commit is contained in:
7
roles/web-app-drupal/templates/env.j2
Normal file
7
roles/web-app-drupal/templates/env.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
DRUPAL_DB_HOST= "{{ database_host }}:{{ database_port }}"
|
||||
DRUPAL_DB_USER= "{{ database_username }}"
|
||||
DRUPAL_DB_PASSWORD= "{{ database_password }}"
|
||||
DRUPAL_DB_NAME= "{{ database_name }}"
|
||||
|
||||
# Debug flags (optional)
|
||||
DRUPAL_DEBUG={{ MODE_DEBUG | lower }}
|
||||
Reference in New Issue
Block a user