Skip to content

Commit

Permalink
Adds tobias as an admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPeters1024 committed Sep 29, 2023
1 parent 68381b7 commit ef6bbf2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ansible/group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ users:
state: "present"
- username: "leuke-naam"
state: "present"
- username: "TobiasDeBruijn"
state: "present"

- name: "hugo"
admin: true
Expand All @@ -34,7 +36,7 @@ users:
github_accounts:
- username: "HugoPeters1024"
state: "present"

- name: "sem"
admin: true
home_prefix: "/home"
Expand Down Expand Up @@ -91,6 +93,14 @@ users:
- username: "Yfkesmit"
state: "present"

- name: "tobias"
admin: true
home_prefix: "/home"
state: "present"
github_account:
- username: "TobiasDeBruijn"
state: "present"

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

0 comments on commit ef6bbf2

Please sign in to comment.