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

# workstation ~~ playbooks/workstation.yml
# wokrstation initialization

---

- hosts: localhost
  roles:
    - role: _workstation/env
      tags: env, always

    - role: _workstation/sshdns
      tags: sshdns

    - role: _workstation/packages
      tags: packages

    - role: _workstation/sysconf
      tags: sysconf
remember that computers suck.