Shortened service- to svc-

This commit is contained in:
2025-07-09 05:00:41 +02:00
parent db384c6261
commit 575df76ec3
140 changed files with 101 additions and 101 deletions

View File

@@ -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

View File

@@ -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: