change domain name
This commit is contained in:
parent
5d2697be83
commit
cf0603669c
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
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
|
||||||
|
|
|
@ -15,7 +15,7 @@ provider "libvirt" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "thecloud" {
|
module "thecloud" {
|
||||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||||
name = "thecloud"
|
name = "thecloud"
|
||||||
domain_name = "tf-thecloud"
|
domain_name = "tf-thecloud"
|
||||||
hypervisor_host = "lewis.hyp"
|
hypervisor_host = "lewis.hyp"
|
||||||
|
|
Reference in a new issue