34 lines
405 B
YAML
Executable File
34 lines
405 B
YAML
Executable File
---
|
|
init_groups:
|
|
- wheel
|
|
|
|
remove_directories:
|
|
- Templates
|
|
- Videos
|
|
- Documents
|
|
- Music
|
|
- Downloads
|
|
- Pictures
|
|
- Public
|
|
- Desktop
|
|
|
|
create_directories:
|
|
- documents
|
|
- music
|
|
- downloads
|
|
- pictures
|
|
- scripts
|
|
- projects
|
|
- src
|
|
- .config
|
|
|
|
init_users:
|
|
opal:
|
|
name: opal
|
|
group: opal
|
|
groups:
|
|
- wheel
|
|
state: present
|
|
shell: /bin/bash
|
|
create_home: true
|