change git domain
This commit is contained in:
parent
63e10816de
commit
38ca4c27db
3 changed files with 9 additions and 9 deletions
|
@ -2,11 +2,11 @@
|
|||
src: https://github.com/sunscrapers/ansible-role-apt.git
|
||||
scm: git
|
||||
- name: docker
|
||||
src: https://git.pim.kunis.nl/pim/ansible-role-docker
|
||||
src: https://git.kun.is/pim/ansible-role-docker
|
||||
scm: git
|
||||
- name: cloudinit_wait
|
||||
src: https://git.pim.kunis.nl/pim/ansible-role-cloudinit-wait
|
||||
src: https://git.kun.is/pim/ansible-role-cloudinit-wait
|
||||
scm: git
|
||||
- name: postgresql_database
|
||||
src: https://git.pim.kunis.nl/home/ansible-role-postgresql-database
|
||||
src: https://git.kun.is/home/ansible-role-postgresql-database
|
||||
scm: git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
git_domain: "git.pim.kunis.nl"
|
||||
git_domain: "git.kun.is"
|
||||
root_url: "https://{{ git_domain }}"
|
||||
mailer_host: "smtp.tweak.nl"
|
||||
mailer_from: "git@kunis.nl"
|
||||
|
|
|
@ -26,7 +26,7 @@ provider "libvirt" {
|
|||
}
|
||||
|
||||
module "manager" {
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||
name = "maestro"
|
||||
domain_name = "tf-maestro"
|
||||
memory = 1024
|
||||
|
@ -38,7 +38,7 @@ module "manager" {
|
|||
}
|
||||
|
||||
module "swarmpub1" {
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||
name = "swarmpub1"
|
||||
domain_name = "tf-swarmpub1"
|
||||
memory = 1024 * 5
|
||||
|
@ -49,7 +49,7 @@ module "swarmpub1" {
|
|||
}
|
||||
|
||||
module "swarmpriv1" {
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||
name = "swarmpriv1"
|
||||
domain_name = "tf-swarmpriv1"
|
||||
memory = 1024 * 5
|
||||
|
@ -60,7 +60,7 @@ module "swarmpriv1" {
|
|||
}
|
||||
|
||||
module "swarmpub2" {
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||
name = "swarmpub2"
|
||||
domain_name = "tf-swarmpub2"
|
||||
memory = 1024 * 3
|
||||
|
@ -71,7 +71,7 @@ module "swarmpub2" {
|
|||
}
|
||||
|
||||
module "swarmpriv2" {
|
||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
||||
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||
name = "swarmpriv2"
|
||||
domain_name = "tf-swarmpriv2"
|
||||
memory = 1024 * 3
|
||||
|
|
Reference in a new issue