14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
---
|
|
{%- from "zabbix/map.jinja" import zabbix with context %}
|
|
include:
|
|
{% if zabbix.server.enabled %}
|
|
- repos
|
|
- postgresql
|
|
- php
|
|
- .server
|
|
{% endif %}
|
|
{% if zabbix.agent.enabled %}
|
|
- repos
|
|
- .agent
|
|
{% endif %}
|