aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/linux_laptops.yml
blob: d5a059374dded9bcd1842a53124e5e708eb33c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: configure linux desktop environment
  hosts: linux_laptops
  roles:
    - role: common
      tags: common

    - role: dev_environment
      tags: dev

    - role: linux_desktop
      tags: desktop,linux_desktop

    - role: local_homedirs
      tags: local_homedirs,homedirs,homedir

    - role: firefox
      tags: firefox

    - role: cups_client
      tags: cups

    - role: linux_laptop
      tags: laptop,linux_laptop