mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
5 lines
152 B
YAML
5 lines
152 B
YAML
---
|
|
- name: Start Zabbix Agent
|
|
service: name={{ zabbix_agent2 | ternary('zabbix-agent2', 'zabbix-agent') }} state=started enabled=True
|
|
tags: zabbix
|