From 74a201281a227e1af18a644666dc76869bd32b9b Mon Sep 17 00:00:00 2001 From: Silas <69711739+SilasPeters@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:20:12 +0100 Subject: [PATCH 1/2] bump: koala 2.32.1 --- ansible/group_vars/production/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/production/vars.yml b/ansible/group_vars/production/vars.yml index c2482ede..6947b32c 100644 --- a/ansible/group_vars/production/vars.yml +++ b/ansible/group_vars/production/vars.yml @@ -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 From 1d2d824d2cdc81850b3529dd8eb820194bfb4665 Mon Sep 17 00:00:00 2001 From: Silas <69711739+SilasPeters@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:30:45 +0100 Subject: [PATCH 2/2] chore: clean up users --- ansible/group_vars/all/users.yml | 72 -------------------------------- 1 file changed, 72 deletions(-) diff --git a/ansible/group_vars/all/users.yml b/ansible/group_vars/all/users.yml index 63f58bc3..1e245cb1 100644 --- a/ansible/group_vars/all/users.yml +++ b/ansible/group_vars/all/users.yml @@ -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" @@ -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" @@ -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"