From 979ccb3116215a85fc1d9b723cd6eadb0829ef09 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 13 Dec 2020 21:16:22 +0200 Subject: [PATCH] Migrate to GitLab. --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e630b77..18dd245 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,8 @@ Role Variables Dependencies ------------ -`Common role <https://www.shore.co.il/cgit/ansible-common/>`_ -`Nginx role <https://www.shore.co.il/cgit/ansible-nginx/>`_ +`Common role <https://git.shore.co.il/ansible/common/>`_ +`Nginx role <https://git.shore.co.il/ansible/nginx/>`_ Example Playbook @@ -48,19 +48,19 @@ Example requirements.yml ------------------------ :: - - src: https://www.shore.co.il/cgit/ansible-common + - src: https://git.shore.co.il/ansible/common.git scm: git path: roles/ name: common - - src: https://www.shore.co.il/cgit/ansible-mysql + - src: https://git.shore.co.il/ansible/mysql.git scm: git path: roles/ name: mysql - - src: https://www.shore.co.il/cgit/ansible-nginx + - src: https://git.shore.co.il/ansible/nginx.git scm: git path: roles/ name: nginx - - src: https://www.shore.co.il/cgit/ansible-wordpress + - src: https://git.shore.co.il/ansible/wordpress.git scm: git path: roles/ name: wordpress @@ -76,7 +76,7 @@ Author Information Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <https://www.shore.co.il/>`_. Patches are welcome via `git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located -at: https://www.shore.co.il/cgit/. +at: https://git.shore.co.il/explore. TODO ---- -- GitLab