Merge branch 'master' of ssh://git.kun.is:56287/home/nixos-servers
This commit is contained in:
commit
fcf6864b77
20 changed files with 400 additions and 150 deletions
|
@ -7,5 +7,5 @@ all:
|
|||
hosts:
|
||||
bancomart:
|
||||
ansible_host: bancomart.dmz
|
||||
vpay:
|
||||
ansible_host: vpay.dmz
|
||||
# vpay:
|
||||
# ansible_host: vpay.dmz
|
||||
|
|
|
@ -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