mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortened service- to svc-
This commit is contained in:
@@ -8,7 +8,7 @@ Enhance your sales and service processes with EspoCRM, an open-source CRM featur
|
||||
|
||||
This Ansible role deploys EspoCRM using Docker. It handles:
|
||||
|
||||
- MariaDB database provisioning via the `service-rdbms-central` role
|
||||
- MariaDB database provisioning via the `svc-rdbms-central` role
|
||||
- Nginx domain setup with WebSocket and reverse-proxy configuration
|
||||
- Environment variable management through Jinja2 templates
|
||||
- Docker Compose orchestration for **web**, **daemon**, and **websocket** services
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: "include service-rdbms-central"
|
||||
- name: "include svc-rdbms-central"
|
||||
include_role:
|
||||
name: service-rdbms-central
|
||||
name: svc-rdbms-central
|
||||
|
||||
- name: "Include setup for domain '{{ domain }}'"
|
||||
include_role:
|
||||
|
Reference in New Issue
Block a user