mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-06 13:17:58 +00:00
Includes: - New role: web-app-shopware (Docker, MariaDB, Redis, OpenSearch) - Updated networks and ports configuration - Automated install, migration, and admin creation - Optional IAM integration via OIDC/LDAP plugins Reference: https://chatgpt.com/share/6907b0d4-ab14-800f-b576-62c0d26c8ad1
11 lines
279 B
YAML
11 lines
279 B
YAML
---
|
|
- name: Flush handlers to ensure containers are up before rendering .env
|
|
meta: flush_handlers
|
|
|
|
- name: Render .env for Shopware
|
|
template:
|
|
src: "templates/env.j2"
|
|
dest: "{{ docker_compose.directories.instance }}/.env"
|
|
mode: "0640"
|
|
notify: docker compose up
|