23 lines
471 B
Plaintext
23 lines
471 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 %}
|
|
- icinga2.ssh_client
|
|
{% endif %}
|
|
'*.keiran.us':
|
|
- firewall
|
|
- resolvers
|
|
'vps47492.inmotionhosting.com':
|
|
- gitea
|
|
'kpi.keiran.us':
|
|
- icinga2.server
|
|
- nginx
|
|
- restic
|
|
- samba
|