Skip to content

Commit

Permalink
added jack and sander
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceMordred authored and SanderHageman committed Oct 3, 2023
1 parent 6364f4e commit 65ed599
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ users:
state: "present"
- username: "TobiasDeBruijn"
state: "present"
- username: "PrinceMordred"
state: "present"
- username: "SanderHageman"
state: "present"

- name: "hugo"
admin: true
Expand Down Expand Up @@ -91,6 +95,22 @@ users:
- username: "TobiasDeBruijn"
state: "present"

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

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

- name: "bestuur"
admin: false
sudoless_ssh: true
Expand Down

0 comments on commit 65ed599

Please sign in to comment.