From 38ca4c27db1b6543bb17a5480f62914ac2c1796b Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 5 Jul 2023 23:55:19 +0200 Subject: [PATCH] change git domain --- ansible/requirements.yml | 6 +++--- ansible/roles/forgejo/vars/main.yml | 2 +- terraform/main.tf | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 12f1b6b..ed3bd2b 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -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 diff --git a/ansible/roles/forgejo/vars/main.yml b/ansible/roles/forgejo/vars/main.yml index 2bcaa33..20376a9 100644 --- a/ansible/roles/forgejo/vars/main.yml +++ b/ansible/roles/forgejo/vars/main.yml @@ -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" diff --git a/terraform/main.tf b/terraform/main.tf index 2312a39..4dc810a 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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