35e6b139fc
ci / validate (push) Failing after 1m8s
Rework portfolio around Linux operations, Zabbix monitoring, migration validation, and ELK/Grafana log observability. Add AAP-style LVM resize workflow, Zabbix server/proxy/agent automation assets, Linux/AIX monitoring templates, and updated validation CI.
10 lines
207 B
YAML
10 lines
207 B
YAML
---
|
|
# Database servers group configuration
|
|
db_type: postgresql
|
|
db_port: 5432
|
|
db_backup_enabled: true
|
|
db_backup_path: /var/backups/database
|
|
|
|
# Database user (use vault for production)
|
|
db_admin_user: postgres
|