ansible-roles/roles/zabbix_lld_all_graph/tasks/services.yml
2021-12-01 19:13:34 +01:00

9 lines
467 B
YAML

---
- name: Handle zabbix-lld-all-graph timer
systemd:
name: zabbix-lld-all-graph.timer
state: "{{ (zabbix_lld_all_graph_api_user is defined and zabbix_lld_all_graph_api_pass is defined and zabbix_lld_all_graph_api_url is defined) | ternary('started','stopped') }}"
enabled: "{{ (zabbix_lld_all_graph_api_user is defined and zabbix_lld_all_graph_api_pass is defined and zabbix_lld_all_graph_api_url is defined) | ternary(True,False) }}"
tags: zabbix