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
|
||||
scm: git
|
||||
- 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
|
||||
- name: docker
|
||||
src: https://git.pim.kunis.nl/pim/ansible-role-docker
|
||||
src: https://git.kun.is/pim/ansible-role-docker
|
||||
scm: git
|
||||
|
|
|
@ -15,7 +15,7 @@ provider "libvirt" {
|
|||
}
|
||||
|
||||
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"
|
||||
domain_name = "tf-concourse"
|
||||
memory = 1024 * 4
|
||||
|
|
Reference in a new issue