feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
21
deployment/stacks/monitoring/.env.example
Normal file
21
deployment/stacks/monitoring/.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Monitoring Stack Environment Configuration
|
||||
# Copy to .env and configure with your actual values
|
||||
|
||||
# Domain Configuration
|
||||
DOMAIN=michaelschiemer.de
|
||||
|
||||
# Grafana Configuration
|
||||
GRAFANA_ADMIN_USER=admin
|
||||
GRAFANA_ADMIN_PASSWORD=changeme_secure_password
|
||||
|
||||
# Grafana Plugins (comma-separated)
|
||||
# Common useful plugins:
|
||||
# - grafana-clock-panel
|
||||
# - grafana-piechart-panel
|
||||
# - grafana-worldmap-panel
|
||||
GRAFANA_PLUGINS=
|
||||
|
||||
# Prometheus BasicAuth
|
||||
# Generate with: htpasswd -nb admin password
|
||||
# Format: username:hashed_password
|
||||
PROMETHEUS_AUTH=admin:$$apr1$$xyz...
|
||||
Reference in New Issue
Block a user