manage lewis with nix
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
This commit is contained in:
parent
d7ef46b642
commit
111bf68a0a
92 changed files with 2730 additions and 26 deletions
|
@ -19,7 +19,7 @@ provider "libvirt" {
|
|||
}
|
||||
|
||||
module "hermes" {
|
||||
source = "../../terraform_modules/debian"
|
||||
source = "../../../terraform_modules/debian"
|
||||
name = "hermes"
|
||||
ram = 1024
|
||||
storage = 25
|
||||
|
|
Reference in a new issue