add jitsi support
This commit is contained in:
parent
9092f2cab4
commit
7c640ae576
6 changed files with 132 additions and 10 deletions
|
@ -21,8 +21,7 @@ provider "libvirt" {
|
|||
}
|
||||
|
||||
module "manager" {
|
||||
#source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "/home/pim/repos/tf-modules/debian"
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
name = "maestro"
|
||||
domain_name = "tf-maestro"
|
||||
memory = 1024
|
||||
|
@ -34,8 +33,7 @@ module "manager" {
|
|||
}
|
||||
|
||||
module "swarmpub1" {
|
||||
#source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "/home/pim/repos/tf-modules/debian"
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
name = "swarmpub1"
|
||||
domain_name = "tf-swarmpub1"
|
||||
memory = 1024 * 5
|
||||
|
@ -46,8 +44,7 @@ module "swarmpub1" {
|
|||
}
|
||||
|
||||
module "swarmpriv1" {
|
||||
#source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "/home/pim/repos/tf-modules/debian"
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
name = "swarmpriv1"
|
||||
domain_name = "tf-swarmpriv1"
|
||||
memory = 1024 * 5
|
||||
|
@ -58,8 +55,7 @@ module "swarmpriv1" {
|
|||
}
|
||||
|
||||
module "swarmpub2" {
|
||||
#source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "/home/pim/repos/tf-modules/debian"
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
name = "swarmpub2"
|
||||
domain_name = "tf-swarmpub2"
|
||||
memory = 1024 * 3
|
||||
|
@ -70,8 +66,7 @@ module "swarmpub2" {
|
|||
}
|
||||
|
||||
module "swarmpriv2" {
|
||||
#source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "/home/pim/repos/tf-modules/debian"
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
name = "swarmpriv2"
|
||||
domain_name = "tf-swarmpriv2"
|
||||
memory = 1024 * 3
|
||||
|
|
Reference in a new issue