diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:54:46 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:54:46 +0200 |
commit | 650d022653e778face2bad7527a137ad9127c236 (patch) | |
tree | 6e64502e6b1843a14ee9d2d51adc856b8413bef2 /roles/desktop/README.md | |
parent | 2262fee263d21214db911c8ee7c6b218ba18f3bd (diff) | |
parent | ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf (diff) | |
download | itm-650d022653e778face2bad7527a137ad9127c236.tar.gz itm-650d022653e778face2bad7527a137ad9127c236.tar.bz2 itm-650d022653e778face2bad7527a137ad9127c236.tar.xz itm-650d022653e778face2bad7527a137ad9127c236.zip |
Merge commit 'ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf' as 'roles/desktop'
Diffstat (limited to 'roles/desktop/README.md')
-rw-r--r-- | roles/desktop/README.md | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/roles/desktop/README.md b/roles/desktop/README.md new file mode 100644 index 0000000..4291cbe --- /dev/null +++ b/roles/desktop/README.md @@ -0,0 +1,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). |