change git domain name
This commit is contained in:
parent
65f095f7bc
commit
3dd02f70d5
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: deploy_ssh_certificates
|
- name: deploy_ssh_certificates
|
||||||
src: https://git.pim.kunis.nl/home/ansible-role-deploy-ssh-certificates
|
src: https://git.kun.is/home/ansible-role-deploy-ssh-certificates
|
||||||
scm: git
|
scm: git
|
||||||
- name: docker
|
- name: docker
|
||||||
src: https://git.pim.kunis.nl/pim/ansible-role-docker
|
src: https://git.kun.is/pim/ansible-role-docker
|
||||||
scm: git
|
scm: git
|
||||||
|
|
|
@ -15,7 +15,7 @@ provider "libvirt" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "concourse" {
|
module "concourse" {
|
||||||
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
|
source = "git::https://git.kun.is/home/tf-modules.git//debian"
|
||||||
name = "concourse"
|
name = "concourse"
|
||||||
domain_name = "tf-concourse"
|
domain_name = "tf-concourse"
|
||||||
memory = 1024 * 4
|
memory = 1024 * 4
|
||||||
|
|
Reference in a new issue