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 = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"alisceon.com" = {
|
"alisceon-core" = {
|
||||||
hostname = "alisceon.com";
|
hostname = "core.alisceon.com";
|
||||||
user = "opc";
|
user = "opc";
|
||||||
};
|
};
|
||||||
"miscbox" = {
|
"miscbox" = {
|
||||||
hostname = "10.1.0.11";
|
hostname = "10.1.0.11";
|
||||||
proxyJump = "alisceon.com";
|
proxyJump = "alisceon-core";
|
||||||
user = "opc";
|
user = "opc";
|
||||||
};
|
};
|
||||||
"blogbox" = {
|
"blogbox-1" = {
|
||||||
hostname = "10.1.0.10";
|
hostname = "10.1.0.247";
|
||||||
proxyJump = "alisceon.com";
|
proxyJump = "alisceon-core";
|
||||||
user = "opc";
|
user = "opc";
|
||||||
};
|
};
|
||||||
"filurbox" = {
|
"filurbox" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue