apollo
This commit is contained in:
parent
87a14d619d
commit
d09cca58aa
1 changed files with 10 additions and 2 deletions
|
|
@ -44,8 +44,16 @@ in
|
||||||
wallfacer-ts = sshBlock "wallfacer.curl-boga.ts.net";
|
wallfacer-ts = sshBlock "wallfacer.curl-boga.ts.net";
|
||||||
prometheus = sshBlock "192.168.0.12";
|
prometheus = sshBlock "192.168.0.12";
|
||||||
prometheus-ts = sshBlock "prometheus.curl-boga.ts.net";
|
prometheus-ts = sshBlock "prometheus.curl-boga.ts.net";
|
||||||
# apollo
|
apollo = sshBlock "152.53.152.129";
|
||||||
# apollo-initrd
|
apollo-ts = sshBlock "apollo.curl-boga.ts.net";
|
||||||
|
apollo-initrd = {
|
||||||
|
hostname = "152.53.152.129";
|
||||||
|
port = 2222;
|
||||||
|
user = "root";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
hashKnownHosts = true;
|
||||||
|
compression = true;
|
||||||
|
};
|
||||||
# artemis
|
# artemis
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue