{% extends "dash/base.html" %} {% block title %}Get Started{% endblock %} {% block container %}
localhost
. This will only work if the Salt Master
on the same host.
/etc/salt/master.d/saltdash.conf
with the this content (be sure to set your actual password):
master_job_cache: pgjsonb
returner.pgjsonb.host: {{ host }}
returner.pgjsonb.pass: **********
returner.pgjsonb.db: {{ name }}
returner.pgjsonb.port: {{ port }}
returner.pgjsonb.user: {{ user|default_if_none:"????" }}
salt-master
servicesalt '*' test.ping