switching vps to be the icinga master
This commit is contained in:
13
top.sls
13
top.sls
@@ -1,4 +1,4 @@
|
||||
{{saltenv}}:
|
||||
{{ saltenv }}:
|
||||
'*':
|
||||
- salt
|
||||
- common
|
||||
@@ -7,16 +7,17 @@
|
||||
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
|
||||
{% 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
|
||||
'vps47492.inmotionhosting.com':
|
||||
- gitea
|
||||
'kpi.keiran.us':
|
||||
- icinga2.server
|
||||
- nginx
|
||||
- restic
|
||||
- samba
|
||||
|
||||
Reference in New Issue
Block a user