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

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