Files
ansible/roles/base/vars/main.yml
2022-07-18 12:59:28 -07:00

32 lines
387 B
YAML

---
remove_directories:
- Templates
- Videos
- Documents
- Music
- Downloads
- Pictures
- Public
- Desktop
create_directories:
- projects
- bin
- documents
- music
- downloads
- scripts
- pictures
- sync
init_users:
opal:
name: opal
uid: 2000
group: opal
groups: wheel
state: present
shell: /usr/bin/zsh
create_home: true