populate ip address based on hostname and populate the hostfile with other vm ips
This commit is contained in:
parent
a6db8ef50f
commit
cfec4e9f32
7 changed files with 52 additions and 8 deletions
21
nixos/roles/hostmap.nix
Normal file
21
nixos/roles/hostmap.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"192.168.1.11" = ["bragi"];
|
||||
"192.168.0.13" = ["tsathoggua"];
|
||||
"192.168.0.14" = ["nyogtha"];
|
||||
"192.168.0.15" = ["hastur"];
|
||||
"192.168.0.16" = ["cthulhu"];
|
||||
"192.168.0.17" = ["nyarlathotep"];
|
||||
"192.168.0.18" = ["nodens"];
|
||||
"192.168.0.19" = ["uvhash"];
|
||||
"192.168.0.20" = ["aphoom-zhah"];
|
||||
"192.168.0.21" = ["dagon"];
|
||||
"192.168.0.22" = ["lobon"];
|
||||
"192.168.0.23" = ["yibb-tstll"];
|
||||
"192.168.0.24" = ["eihort"];
|
||||
"192.168.0.25" = ["ghatanothoa"];
|
||||
"192.168.0.26" = ["toth"];
|
||||
"192.168.0.27" = ["ithaqua"];
|
||||
"192.168.0.28" = ["nyarlathotep"];
|
||||
"192.168.0.30" = ["cthugha"];
|
||||
"192.168.0.92" = ["sanctamariamaterdei"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue