File tree 1 file changed +3
-3
lines changed
provision-contest/ansible/group_vars/all
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ DJ_FORCE_UPDATE: true
10
10
# Server VLAN IP prefix.
11
11
SERVER_IP_PREFIX: 10.3.3
12
12
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 "
15
15
16
16
# URL and IP of domserver from judgehosts. A hostname 'domserver' with
17
17
# DOMSERVER_IP will be added to the judgehost /etc/hosts file.
@@ -62,7 +62,7 @@ PHP_POST_MAX_SIZE: 256M
62
62
PHP_MAX_FILE_UPLOADS: 101
63
63
64
64
# Git repo URL
65
- DJ_GIT_HOST: "{{MAIN_ADMIN_IP }}"
65
+ DJ_GIT_HOST: "{{LOCAL_GIT_IP }}"
66
66
DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
67
67
DJ_GIT_REPO_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge"
68
68
DJ_GIT_REPO_SCRIPTS: "https://github.com/domjudge/domjudge-scripts.git"
You can’t perform that action at this time.
0 commit comments