aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/linux_laptops.yml
blob: a3c62a681d0ef25d447fd743de8a8fef5f81c3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- 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: evolution
      tags: evolution

    - role: cups_client
      tags: cups

    - role: linux_laptop
      tags: laptop,linux_laptop