2019-01-13 16:52:41 +00:00
|
|
|
- name: Desktop installation and configuration
|
|
|
|
hosts: desktop
|
|
|
|
roles:
|
2019-02-23 11:53:41 +00:00
|
|
|
- role: linux_desktop
|
2019-02-22 15:18:21 +00:00
|
|
|
when: ansible_system == 'Linux'
|
2019-05-09 18:27:16 +01:00
|
|
|
tags:
|
|
|
|
- linux
|
2019-02-23 11:53:41 +00:00
|
|
|
- role: darwin_desktop
|
|
|
|
when: ansible_system == 'Darwin'
|
2019-05-09 18:27:16 +01:00
|
|
|
tags:
|
|
|
|
- darwin
|
|
|
|
- osx
|