Skip to content

Commit 1b5eb17

Browse files
Michael Vasseurvmcj
authored andcommitted
Disable default unused accounts
In most of our contests we only deploy the admin & presentation accounts.
1 parent 62a40f5 commit 1b5eb17

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@ CDS_ACCOUNTS:
3232
- username: presAdmin
3333
password: {some-presentation-adm1n-password}
3434
type: admin
35-
- username: blue
36-
password: blu3
37-
type: staff
38-
- username: balloon
39-
password: balloonPr1nter
40-
type: balloon
41-
- username: public
42-
password: publ1c
43-
type: public
4435
- username: presentation
4536
password: {some-public-presentation-password}
4637
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
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
5757

5858
# Contest(s) to configure in the CDS
5959
CDS_CONTESTS:

0 commit comments

Comments
 (0)