blob: 4291cbe7af1ba8f041c70fa365b640a21c7345e0 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
Ansible Linux Desktop Role
==========================
[![Build Status](https://travis-ci.org/smola/ansible-java-role.svg?branch=master)](https://travis-ci.org/smola/ansible-java-role)
Manages installation of a Linux desktop of choice on RedHat and Debian distributions.
All packages are installed using the package manager.
Requirements
------------
None.
Role Variables
--------------
The main variable is the name of the desktop to be installed. The supported
desktops are listed below:
# Debian / Ubuntu
Valid desktops for Debian and Ubuntu are:
...
# Fedora/RedHat
Valid desktops for Fedora and RedHat are:
...
# Others
Got this role working with a different distro? Please, [report it on GitHub](https://github.com/DevOps4Networks/ansible-linux-desktop-role/issues).
Dependencies
------------
None.
Example Playbook
-------------------------
...
License
-------
Copyright (c) Nathan Sowatskey <nathan@nathan.to>
ansible-linux-desktop-role is released under the terms of the MIT License.
Acknowledgements
----------------
Thanks to [Santiago M. Mola](https://github.com/smola) from whom I have borrowed
some ideas from his [ansible-java-role](https://github.com/smola/ansible-java-role)
and also idea from
[Testing Ansible Roles with Travis CI on GitHub](https://servercheck.in/blog/testing-ansible-roles-travis-ci-github).
|