blob: 4911adea0539d249c48aa9686979e58255a08622 (
plain) (
tree)
|
|
# workstation ~~ playbooks/workstation.yml
# wokrstation initialization
---
- hosts: localhost
tasks:
- debug:
msg: Run as root for full compatiblity
roles:
- { role: sshdns, tags: role_sshdns }
- { role: _workstation/packages, tags: role_workstation_packages }
- { role: _workstation/weechat-matrix, tags: role_workstation_weechat }
- { role: _workstation/sysconf, tags: role_workstation_sysconf }
- { role: update, tags: role_update}
|