aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/workstation.yml
blob: e99963aaaa395edfab25bdd3dfd0c46816530068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# 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}
remember that computers suck.