SSH to Master
Closed this issue · 1 comments
brandonparsons commented
Hi there,
You mentioned in the README it's possible to run from a server that can SSH to the master, rather than on the master itself. Is there an example config of this somewhere? I'm not in the python community but was thinking this might be a great tool!
ipmb commented
Hi @brandonparsons this is possible by adding a line like this (uncommented) to your conf.py
file:
salmon/salmon/settings/base.py
Lines 140 to 141 in 7936007
That being said, I'm in the process of rewriting Salmon to decouple it from Salt (but be even easier to use with Salt). I'll be doing the work here: #27