Skip to content

Commit

Permalink
Make reuse easier for users by not giving us domjudge access
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 29, 2023
1 parent 527569c commit b6c495d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
17 changes: 7 additions & 10 deletions provision-contest/ansible/roles/ssh/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
github_ssh_user:
- meisterT
- nickygerritsen
- thijskh
- tuupke
- ubergeek42
- vmcj
#github_ssh_user:
# - github_user
#
#ssh_public_keys:
# - "ssh-ed25519 AAAABCDEFGHIJKLMNOPQRSTUVWXYZBCDEFGHIJKLMNOPQRSTUVWXYZBCDEFGHIJKLMNO user@machine"

ssh_public_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICd/P3Mu0X0hE9yc+k4cU/eT67S4F4E8Lmxk4yYDM8qL jaap@diamond"
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrtJzsraIV4SFFkeu5HtxwRZKBOwn2dL/g1CJhaCwJs jaap@tiger"
github_ssh_user: []
ssh_public_keys: []
11 changes: 11 additions & 0 deletions provision-contest/ansible/roles/ssh/vars/maintainers.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
github_ssh_user:
- meisterT
- nickygerritsen
- thijskh
- tuupke
- ubergeek42
- vmcj

ssh_public_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICd/P3Mu0X0hE9yc+k4cU/eT67S4F4E8Lmxk4yYDM8qL jaap@diamond"
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrtJzsraIV4SFFkeu5HtxwRZKBOwn2dL/g1CJhaCwJs jaap@tiger"

0 comments on commit b6c495d

Please sign in to comment.