aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2019-02-11 22:25:18 +0100
committerKristian Lyngstol <kly@kly.no>2019-02-11 22:25:18 +0100
commitc402fc7c6fc39f3a690556aa036cb75fdc039bb4 (patch)
treeec9d4b6664ea009faa4c8a9f7fb09285516eca6b
parentb37496aa469bcb831576ea45a19bc065c37db284 (diff)
parent41f08a5144a4fd1143e5c2795ecf42d705525710 (diff)
Merge branch 'master' of github.com:gathering/gondul
-rw-r--r--INSTALLING.rst2
-rw-r--r--ansible/site.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst
index b04e226..62b6b38 100644
--- a/INSTALLING.rst
+++ b/INSTALLING.rst
@@ -33,7 +33,7 @@ As root:
As ``$YOURUSER``::
- $ git clone https://github.com/tech-server/gondul.git
+ $ git clone https://github.com/gathering/gondul.git
$ cd gondul/ansible
$ ansible-playbook -i inventory-localhost site.yml
diff --git a/ansible/site.yml b/ansible/site.yml
index 43ab769..ca4554d 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -3,7 +3,7 @@
roles:
- common
vars:
- git_repo: https://github.com/tech-server/gondul.git
+ git_repo: https://github.com/gathering/gondul.git
git_branch: master
- hosts: postgres
become: true