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.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# 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 }}"
|
||||
Reference in New Issue
Block a user