change git domain name

This commit is contained in:
Pim Kunis 2023-07-05 23:54:27 +02:00
parent 012c59afde
commit 9b429cdeea
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"