Skip to content

Commit

Permalink
raised the dead
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Feb 25, 2025
1 parent 86c97ff commit 471de4b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ users:
state: "present"
- username: "TobiasDeBruijn"
state: "present"
- username: "LucasDissie"
state: "absent"
# - username: "LucasDissie"
# state: "absent"
- username: "jackrosenberg"
state: "absent"
state: "present"
- username: "SanderHageman"
state: "absent"
- username: "SilasPeters"
Expand Down Expand Up @@ -105,6 +105,14 @@ users:
- username: "spookyboy99"
state: "present"

- name: "jack"
admin: true
home_prefix: "/home"
state: "present"
github_accounts:
- username: "jackrosenberg"
state: "present"


- name: "bestuur"
admin: false
Expand All @@ -114,8 +122,6 @@ users:
github_accounts:
- username: "TobiasDeBruijn"
state: "present"
- username: "LucasDissie"
state: "absent"

- name: "commit"
admin: false
Expand Down

0 comments on commit 471de4b

Please sign in to comment.