Skip to content

Commit 34508bd

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Since Dhaka the git is on the CDS machine
1 parent e8db4b7 commit 34508bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

provision-contest/ansible/group_vars/all/all.yml.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ DJ_FORCE_UPDATE: true
1010
# Server VLAN IP prefix.
1111
SERVER_IP_PREFIX: 10.3.3
1212

13-
# IP address of the admin machine used as ansible and git server.
14-
MAIN_ADMIN_IP: "{{SERVER_IP_PREFIX}}.223"
13+
# IP address of the git server.
14+
LOCAL_GIT_IP: "{{SERVER_IP_PREFIX}}.207"
1515

1616
# URL and IP of domserver from judgehosts. A hostname 'domserver' with
1717
# DOMSERVER_IP will be added to the judgehost /etc/hosts file.
@@ -62,7 +62,7 @@ PHP_POST_MAX_SIZE: 256M
6262
PHP_MAX_FILE_UPLOADS: 101
6363

6464
# Git repo URL
65-
DJ_GIT_HOST: "{{MAIN_ADMIN_IP}}"
65+
DJ_GIT_HOST: "{{LOCAL_GIT_IP}}"
6666
DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
6767
DJ_GIT_REPO_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge"
6868
DJ_GIT_REPO_SCRIPTS: "https://github.com/domjudge/domjudge-scripts.git"

0 commit comments

Comments
 (0)