From b3fef6095ab8c73c937d1f71e80a3a198eefaa75 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 11 Aug 2015 13:14:13 +0200 Subject: [PATCH] Update Ansible role repository location --- doc/deploy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/deploy.rst b/doc/deploy.rst index 8779aa6f..e0dccc88 100644 --- a/doc/deploy.rst +++ b/doc/deploy.rst @@ -160,10 +160,10 @@ repetitive. Therefore, manual deployments are inefficient and error-prone. Several systems exist to automate this, such as `Puppet`_, `Chef`_, and `Ansible`_. -An automated deployment of Mutalyzer with Ansible is `available from the LUMC -GitLab <https://git.lumc.nl/mutalyzer/mutalyzer-deployment>`_. This includes -installation of the website, SOAP and HTTP/RPC+JSON webservices, and the batch -processor, similar to the setup described above. +An automated `deployment of Mutalyzer with Ansible +<https://github.com/mutalyzer/ansible-role-mutalyzer>`_ is available on +GitHub. This includes installation of the website, SOAP and HTTP/RPC+JSON +webservices, and the batch processor, similar to the setup described above. .. _Ansible: http://www.ansible.com/ -- GitLab