updated state with call to repo state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
565047baa9
commit
b5496679ba
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- repos
|
- repo
|
||||||
- .install
|
- .install
|
||||||
- .config
|
- .config
|
||||||
- .service
|
- .service
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- repos
|
- repo
|
||||||
- .install
|
- .install
|
||||||
- .containerd
|
- .containerd
|
||||||
- .sysctl
|
- .sysctl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- repos
|
- repo
|
||||||
- .tasks
|
- .tasks
|
||||||
- .bootstrap
|
- .bootstrap
|
||||||
- .install
|
- .install
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
{%- from "zabbix/map.jinja" import zabbix with context %}
|
{%- from "zabbix/map.jinja" import zabbix with context %}
|
||||||
include:
|
include:
|
||||||
{% if zabbix.server.enable %}
|
{% if zabbix.server.enable %}
|
||||||
- repos
|
- repo
|
||||||
- postgresql
|
- postgresql
|
||||||
- php
|
- php
|
||||||
- .server
|
- .server
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if zabbix.agent.enable %}
|
{% if zabbix.agent.enable %}
|
||||||
- repos
|
- repo
|
||||||
- .agent
|
- .agent
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user