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/gitserver/templates/website-post-update-hook.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/gitserver/templates/website-post-update-hook.j2 (limited to 'roles/gitserver/templates/website-post-update-hook.j2') diff --git a/roles/gitserver/templates/website-post-update-hook.j2 b/roles/gitserver/templates/website-post-update-hook.j2 new file mode 100644 index 0000000..bdc655e --- /dev/null +++ b/roles/gitserver/templates/website-post-update-hook.j2 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec ssh git_server_rpc@{{groups['webservers'][0]}} sudo /var/www/{{sublab_web_server_name}}/website-rebuild.sh -- cgit v1.2.1