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.
12 lines
254 B
YAML
12 lines
254 B
YAML
---
|
|
# Webservers group configuration
|
|
webserver_type: nginx
|
|
http_port: 80
|
|
https_port: 443
|
|
health_check_path: /health
|
|
|
|
# Application configuration
|
|
app_name: "{{ group_names[0] | default('app') }}"
|
|
app_user: "{{ admin_user }}"
|
|
app_group: "{{ admin_user }}"
|