blob: e99963aaaa395edfab25bdd3dfd0c46816530068 (
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, tags: role_workstation }
- { role: update, tags: role_update}
|