Files
salt-states/top.sls
2023-12-22 15:58:35 -05:00

28 lines
614 B
Plaintext

{{ saltenv }}:
'*':
- salt
- cron
- vim
- packages
- 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 %}
{% if salt.grains.get('corsair_aio', None) %}
- liquidctl
{% endif %}
'*.keiran.us':
- firewall
- resolvers
'kpi.keiran.us':
- restic
- samba