Skip to content

Commit

Permalink
Merge branch 'master' of github.com:svsticky/sadserver
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Jan 1, 2025
2 parents dcaecf3 + 1d2d824 commit 0dd7858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
72 changes: 0 additions & 72 deletions ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ users:
- username: "spookyboy99"
state: "present"

- name: "hugo"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "HugoPeters1024"
state: "absent"

- name: "rick"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "Riscky"
state: "absent"

- name: "sem"
admin: true
home_prefix: "/home"
Expand All @@ -73,46 +57,6 @@ users:
- username: "leuke-naam"
state: "present"

- name: "maarten"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "maartenberg"
state: "absent"

- name: "merijn"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "Mstiekema"
state: "absent"

- name: "siem"
admin: true
home_prefix: "/home"
state: "present"
github_accounts:
- username: "Siem2l"
state: "present"

- name: "lucas"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "LucasDissie"
state: "absent"

- name: "yfke"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "Yfkesmit"
state: "absent"

- name: "tobias"
admin: true
home_prefix: "/home"
Expand All @@ -121,22 +65,6 @@ users:
- username: "TobiasDeBruijn"
state: "present"

- name: "jack"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "PrinceMordred"
state: "absent"

- name: "sander"
admin: true
home_prefix: "/home"
state: "absent"
github_accounts:
- username: "SanderHageman"
state: "absent"

- name: "silas"
admin: true
home_prefix: "/home"
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/production/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ secret_oauth2_proxy:
koala_env:
environment: "production"
oidc_signing_key_location: "/var/www/koala/signing-key.pem"
git_ref: "v2.31.0"
git_ref: "v2.32.1"

secret_koala:
# To change, generate new token using 'rake secret', and recompile + deploy
Expand Down

0 comments on commit 0dd7858

Please sign in to comment.