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.
9 lines
146 B
YAML
9 lines
146 B
YAML
---
|
|
- name: Configure Zabbix server control plane
|
|
hosts: zabbix_server
|
|
become: true
|
|
gather_facts: false
|
|
|
|
roles:
|
|
- role: zabbix_server
|