Skip to content

Commit 32f899b

Browse files
committedApr 9, 2024·
Remove unneeded variables
The replication password is set lower in the wf46/wf47 as besides the risk for leaking the database we would also setup replication on the analyst instance. The ICPC-tools variables are not relevant here as we at this point don't setup the CDS.
1 parent f1f3c8e commit 32f899b

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed
 

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

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# Adding `strong` in the template will create longer passwords and is used for the
55
# passwords which almost never need to be manually typed.
66

7-
# Password for the MySQL replication user.
8-
# Set this to enable master-master replication between two domservers.
9-
#REPLICATION_PASSWORD: {some-strong-replication-password}
10-
117
# Database user password.
128
DB_PASSWORD: {some-strong-database-password}
139

@@ -24,48 +20,5 @@ ADMIN_PASSWORD: {some-admin-password}
2420
# created on the domserver and judgehosts.
2521
#DJ_SHELL_USER_PW: {some-hashed-password}
2622

27-
# Accounts to create when setting up the CDS
28-
CDS_ACCOUNTS:
29-
- username: admin
30-
password: {some-adm1n-password}
31-
type: admin
32-
- username: presAdmin
33-
password: {some-presentation-adm1n-password}
34-
type: admin
35-
- username: presentation
36-
password: {some-public-presentation-password}
37-
type: public
38-
#- username: blue
39-
# password: blu3
40-
# type: staff
41-
#- username: balloon
42-
# password: balloonPr1nter
43-
# type: balloon
44-
#- username: public
45-
# password: publ1c
46-
# type: public
47-
#- username: myicpc
48-
# password: my1cpc
49-
# type: spectator
50-
#- username: live
51-
# password: l1ve
52-
# type: analyst
53-
#- username: team1
54-
# password: t3am
55-
# type: team
56-
# team_id: 1
57-
58-
# Contest(s) to configure in the CDS
59-
CDS_CONTESTS:
60-
- path: nwerc18 # Path in the contest directory
61-
ccs:
62-
id: nwerc18 # ID of the contest if hosted at DOMJUDGE_URL
63-
# Or provide a absolute URL
64-
# url: https://www.domjudge.org/demoweb/api/contests/nwerc18
65-
username: admin
66-
password: admin
67-
68-
PRESCLIENT_CONTEST: nwerc18
69-
7023
# Sentry DSN URL
7124
# SENTRY_DSN:

0 commit comments

Comments
 (0)
Please sign in to comment.