dotfiles/tasks/user.yml

18 lines
290 B
YAML
Raw Normal View History

2018-09-09 09:22:11 +01:00
- user:
2018-09-17 17:22:15 +01:00
name: "{{ user }}"
home: "{{ home }}"
2018-09-09 09:22:11 +01:00
comment: Jake Howard
shell: '/usr/bin/zsh'
uid: 1000
system: true
groups:
- input
- users
- video
- wheel
2019-03-14 21:34:29 +00:00
2018-09-09 17:59:24 +01:00
- file:
state: directory
2018-09-17 17:22:15 +01:00
path: '{{ home }}/Projects'
owner: "{{ user }}"