pub type Cluster = List(VM)
pub type Config = List(KV)
pub type KV = #(String, String)
pub type VM = #(String, Config)