Add survey remote host
This commit is contained in:
parent
15a92015e2
commit
8f0868c5f4
1 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ Takes OPTION as an argument and prints its description."
|
|||
|
||||
(defvar mk/remote-*host-aliases*
|
||||
'(("website" . "marcus@www.marcuskammer.dev")
|
||||
("metalisp" . "cl@u1.metalisp.dev")
|
||||
("survey" . "cl@survey.metalisp.dev")
|
||||
("pihole" . "ubuntu@pi-hole.fritz.box"))
|
||||
"Alist mapping friendly host names to actual SSH-compatible host strings.")
|
||||
|
||||
|
@ -263,6 +263,6 @@ an ALIAS and SERVICE as arguments and call
|
|||
(mk/define-remote-log-function "website" "nginx" "access.csv")
|
||||
(mk/define-remote-log-function "website" "nginx" "error.log")
|
||||
(mk/define-remote-log-function "website" "syslog")
|
||||
(mk/define-remote-log-function "metalisp" "nginx" "access.csv")
|
||||
(mk/define-remote-log-function "metalisp" "syslog")
|
||||
(mk/define-remote-log-function "survey" "nginx" "access.csv")
|
||||
(mk/define-remote-log-function "survey" "syslog")
|
||||
(mk/define-remote-log-function "pihole" "pihole" "pihole.log")
|
||||
|
|
Loading…
Add table
Reference in a new issue