From f38450f9f2037244300082f3e4211b790ac87058 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 26 Oct 2015 20:38:25 +0100 Subject: Assorted changes - add hooks between webserver and gitserver: git->website and wiki->git work now, git->wiki is still missing, https://ikiwiki.info/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines/ should contain the right info for that - actually configure repo_service - replace LDAP auth with dummy password auth for now --- roles/subdap/tasks/as_subdap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/subdap/tasks/as_subdap.yaml') diff --git a/roles/subdap/tasks/as_subdap.yaml b/roles/subdap/tasks/as_subdap.yaml index f0b9073..f51e098 100644 --- a/roles/subdap/tasks/as_subdap.yaml +++ b/roles/subdap/tasks/as_subdap.yaml @@ -2,7 +2,7 @@ - name: Clone subdap code git: dest=/var/subdap/src - repo=git://git.sublab.org/subdap + repo="git://{{ groups['gitservers'][0] }}/subdap" accept_hostkey=yes - name: Setup virtualenv for subdap -- cgit v1.2.1