diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 2e1c9b2..17fea38 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -2,8 +2,8 @@ src: https://github.com/sunscrapers/ansible-role-apt.git 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/terraform/main.tf b/terraform/main.tf index 947359d..f8058ae 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -18,7 +18,7 @@ provider "libvirt" { } module "vm" { - source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian" + source = "git::https://git.kun.is/home/tf-modules.git//debian" name = "hermes" domain_name = "tf-hermes" fixed_address = "192.168.30.7/24"