9 lines
100 B
YAML
9 lines
100 B
YAML
- hosts: all
|
|
roles:
|
|
- hostname
|
|
- tz
|
|
- locale
|
|
- motd
|
|
- dotfiles
|
|
- packages
|