Files
salt-states/top.sls
2023-12-22 11:57:37 -05:00

23 lines
517 B
Plaintext

{{ saltenv }}:
'*':
- salt
- common
- users
{% if salt.pillar.get('restic:client', None) is not none
or salt.pillar.get('restic:server', None) is not none %}
- restic
{% endif %}
{% if salt.pillar.get("icinga2:ssh_client", None) is not none
or salt.pillar.get("icinga2:server", None) is not none %}
- icinga2
{% endif %}
{% if salt.pillar.get("gitea", None) is not none %}
- gitea
{% endif %}
'*.keiran.us':
- firewall
- resolvers
'kpi.keiran.us':
- restic
- samba