feat: add beliskner
This commit is contained in:
parent
8149d5a71d
commit
31637568e2
14 changed files with 294 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[master]
|
||||
hostname = "ds9"
|
||||
ip = "100.83.96.25" # tailscale
|
||||
hostname = "beliskner"
|
||||
ip = "beliskner.kangaroo-galaxy.ts.net" # tailscale
|
||||
|
||||
[hostOverrides]
|
||||
|
||||
|
|
@ -16,17 +16,8 @@ hosts = [ "ds9", "picard" ]
|
|||
[exporters.smartctl]
|
||||
hosts = [ "ds9" ]
|
||||
|
||||
# [exporters.dnsmasq]
|
||||
# hosts = [ "wormhole" ]
|
||||
#
|
||||
# [exporters.wireguard]
|
||||
# hosts = [ "wormhole"]
|
||||
#
|
||||
# [exporters.smokeping]
|
||||
# hosts = [ "wormhole"]
|
||||
|
||||
[exporters.nginxlog]
|
||||
hosts = [ "picard", "ds9" ]
|
||||
[exporters.blackbox]
|
||||
hosts = [ "beliskner" ]
|
||||
|
||||
[promtail]
|
||||
hosts = [ "picard", "ds9" ]
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ let
|
|||
picard = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAm3UXZaN95WBUaS9SiHLNEuI1tP1x1w07qnYxPe+vdr" ];
|
||||
daedalusvm = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKJCNGGsnAPPmhQnEMBWJulM2pi3pw/tdX1vi3l6cRky" ];
|
||||
octopi = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+0/lwNc/KN8LrS3KvDCuuipQokO+7qELfksepJXz6a" ];
|
||||
beliskner = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+0/lwNc/KN8LrS3KvDCuuipQokO+7qELfksepJXz6a" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue