first commit
This commit is contained in:
commit
5690a2a2ba
13 changed files with 294 additions and 0 deletions
13
roles/setup_user/tasks/main.yml
Normal file
13
roles/setup_user/tasks/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
- name: Add 'fern' user
|
||||
become: true
|
||||
user:
|
||||
name: fern
|
||||
shell: /usr/bin/fish
|
||||
uid: 1000
|
||||
|
||||
- name: Set sudo rules
|
||||
become: true
|
||||
community.general.sudoers:
|
||||
name: sudo
|
||||
commands: ALL
|
||||
user: fern
|
Loading…
Add table
Add a link
Reference in a new issue