28 lines
614 B
Plaintext
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
|