add fw-new
This commit is contained in:
parent
92099bd1e9
commit
b7bfb0f62a
99 changed files with 14973 additions and 319 deletions
|
|
@ -137,6 +137,18 @@
|
|||
];
|
||||
labels.host = "web-01.cloonar.com";
|
||||
}
|
||||
{
|
||||
targets = [
|
||||
"web-arm.cloonar.com:9273"
|
||||
];
|
||||
labels.host = "web-arm.cloonar.com";
|
||||
}
|
||||
{
|
||||
targets = [
|
||||
"fw.cloonar.com:9273"
|
||||
];
|
||||
labels.host = "fw.cloonar.com";
|
||||
}
|
||||
{
|
||||
targets = [
|
||||
"mail.cloonar.com:9273"
|
||||
|
|
@ -158,6 +170,8 @@
|
|||
{
|
||||
targets = map (host: "${host}.cloonar.com:9273") [
|
||||
"web-01"
|
||||
"web-arm"
|
||||
"fw"
|
||||
"mail"
|
||||
"git"
|
||||
"home-assistant"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue