Skip to content

Commit

Permalink
Use judgehost IPs from Pat sheet
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vmcj committed Sep 10, 2024
1 parent 7730200 commit bf21d43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions provision-contest/ansible/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ emergency
[emergency]
domjudge-laptop ansible_host=10.3.3.241

[judgehost:children]
analyst-judgehost

[judgehost]
domjudge-judgehost1 ansible_host=10.2.2.192
domjudge-judgehost2 ansible_host=10.2.2.193
Expand All @@ -48,8 +51,11 @@ domjudge-judgehost13 ansible_host=10.2.2.204
domjudge-judgehost14 ansible_host=10.2.2.205
domjudge-judgehost15 ansible_host=10.2.2.206
domjudge-judgehost16 ansible_host=10.2.2.207
domjudge-judgehost17 ansible_host=10.2.2.208
domjudge-judgehost18 ansible_host=10.2.2.209

[analyst-judgehost]
green-judgehost1 ansible_host=172.29.1.221
green-judgehost2 ansible_host=172.29.1.222
green-judgehost3 ansible_host=172.29.1.223

[admin]
domjudge-ccsadmin1 ansible_host=10.3.3.223
Expand Down

0 comments on commit bf21d43

Please sign in to comment.