Skip to content

Commit

Permalink
chore: clean up users
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Dec 31, 2024
1 parent 74a2012 commit 1d2d824
Showing 1 changed file with 0 additions and 72 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

0 comments on commit 1d2d824

Please sign in to comment.