This commit is contained in:
Matteo Basile
2026-05-04 11:53:20 +02:00
parent 63aa0658ef
commit aafe712089
13 changed files with 0 additions and 0 deletions

17
group_vars/all.yml Normal file
View File

@@ -0,0 +1,17 @@
---
# Docker image settings
nginx_image: nginx
nginx_version: "1.27-alpine"
container_name: semaphore-splash
# App settings
app_environment: production
app_port: 8090
greeting_message: "Ciao dal Demo SemaphoreUI"
accent_color: "#0ea5a4"
secondary_color: "#f97316"
remove_image: false
# Nginx tuning
nginx_worker_processes: auto
nginx_worker_connections: 1024

5
group_vars/secrets.yml Normal file
View File

@@ -0,0 +1,5 @@
---
# Per demo: valori in chiaro.
# In produzione cifra questo file con ansible-vault.
app_secret: "demo-secret-change-me"
release_id: "v1"