infra architecture changes
This commit is contained in:
parent
88ff3b9a81
commit
02ca277e2d
1 changed files with 6 additions and 6 deletions
|
|
@ -70,18 +70,18 @@
|
|||
ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"alisceon.com" = {
|
||||
hostname = "alisceon.com";
|
||||
"alisceon-core" = {
|
||||
hostname = "core.alisceon.com";
|
||||
user = "opc";
|
||||
};
|
||||
"miscbox" = {
|
||||
hostname = "10.1.0.11";
|
||||
proxyJump = "alisceon.com";
|
||||
proxyJump = "alisceon-core";
|
||||
user = "opc";
|
||||
};
|
||||
"blogbox" = {
|
||||
hostname = "10.1.0.10";
|
||||
proxyJump = "alisceon.com";
|
||||
"blogbox-1" = {
|
||||
hostname = "10.1.0.247";
|
||||
proxyJump = "alisceon-core";
|
||||
user = "opc";
|
||||
};
|
||||
"filurbox" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue