Skip to content

Commit bf21d43

Browse files
committed
Use judgehost IPs from Pat sheet
We now share all variables between both domservers so they share all facts. Only the passwords are changed to make sure no data can leak if we misconfigure the domserver URL in the analyst instance.
1 parent 7730200 commit bf21d43

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
group_vars/onprem/analyst
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
group_vars/onprem/wfinal

provision-contest/ansible/hosts

+8-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ emergency
3131
[emergency]
3232
domjudge-laptop ansible_host=10.3.3.241
3333

34+
[judgehost:children]
35+
analyst-judgehost
36+
3437
[judgehost]
3538
domjudge-judgehost1 ansible_host=10.2.2.192
3639
domjudge-judgehost2 ansible_host=10.2.2.193
@@ -48,8 +51,11 @@ domjudge-judgehost13 ansible_host=10.2.2.204
4851
domjudge-judgehost14 ansible_host=10.2.2.205
4952
domjudge-judgehost15 ansible_host=10.2.2.206
5053
domjudge-judgehost16 ansible_host=10.2.2.207
51-
domjudge-judgehost17 ansible_host=10.2.2.208
52-
domjudge-judgehost18 ansible_host=10.2.2.209
54+
55+
[analyst-judgehost]
56+
green-judgehost1 ansible_host=172.29.1.221
57+
green-judgehost2 ansible_host=172.29.1.222
58+
green-judgehost3 ansible_host=172.29.1.223
5359

5460
[admin]
5561
domjudge-ccsadmin1 ansible_host=10.3.3.223

0 commit comments

Comments
 (0)