change git domain name
This commit is contained in:
parent
012c59afde
commit
9b429cdeea
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
src: https://github.com/sunscrapers/ansible-role-apt.git
|
src: https://github.com/sunscrapers/ansible-role-apt.git
|
||||||
scm: git
|
scm: git
|
||||||
- name: cloudinit_wait
|
- 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
|
scm: git
|
||||||
- name: postgresql_database
|
- 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
|
scm: git
|
||||||
|
|
|
@ -18,7 +18,7 @@ provider "libvirt" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "vm" {
|
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"
|
name = "hermes"
|
||||||
domain_name = "tf-hermes"
|
domain_name = "tf-hermes"
|
||||||
fixed_address = "192.168.30.7/24"
|
fixed_address = "192.168.30.7/24"
|
||||||
|
|
Reference in a new issue