create terraform project to setup libvirt on hosts
use SATA drive for atlas OS remove thecloud legacy project
This commit is contained in:
parent
7c7b3e667b
commit
997d9bb0cb
14 changed files with 44 additions and 280 deletions
|
@ -23,13 +23,6 @@ provider "libvirt" {
|
|||
uri = "qemu+ssh://root@atlas.hyp/system?known_hosts=/etc/ssh/ssh_known_hosts"
|
||||
}
|
||||
|
||||
module "setup_jefke" {
|
||||
source = "../../../terraform_modules/setup"
|
||||
providers = {
|
||||
libvirt = libvirt.jefke
|
||||
}
|
||||
}
|
||||
|
||||
module "bancomart" {
|
||||
source = "../../../terraform_modules/debian"
|
||||
name = "bancomart"
|
||||
|
@ -40,13 +33,6 @@ module "bancomart" {
|
|||
}
|
||||
}
|
||||
|
||||
module "setup_atlas" {
|
||||
source = "../../../terraform_modules/setup"
|
||||
providers = {
|
||||
libvirt = libvirt.atlas
|
||||
}
|
||||
}
|
||||
|
||||
module "maestro" {
|
||||
source = "../../../terraform_modules/debian"
|
||||
name = "maestro"
|
||||
|
|
Reference in a new issue