diff options
author | Jonathan Bauer | 2021-05-19 10:44:16 +0200 |
---|---|---|
committer | Jonathan Bauer | 2021-05-19 10:44:16 +0200 |
commit | 955e96226184a9b7c9579a37af35451841f156f7 (patch) | |
tree | 7c6d10e5d982e709f3abe97338d845c5397a4c97 | |
parent | README.md: small TODO list on the top of my head (diff) | |
download | ansible-bwlp-955e96226184a9b7c9579a37af35451841f156f7.tar.gz ansible-bwlp-955e96226184a9b7c9579a37af35451841f156f7.tar.xz ansible-bwlp-955e96226184a9b7c9579a37af35451841f156f7.zip |
README.md: update and remove old README
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | README.md | 20 |
2 files changed, 20 insertions, 9 deletions
@@ -1,9 +0,0 @@ -Collection of small roles to use mltk to build and install the bwLehrool environment. - -Split between: -* mltk-core: just sets the git repository variables, depended by other mltk related roles -* mltk-bwlp: builds and installs the bwlp mltk target -* mltk-nvidia: builds and installed the nvidia as mltk addon - -Main playbook: -* setup-bwlp.yml @@ -1,3 +1,23 @@ +# Collection of small roles to use mltk to build and install the bwLehrool environment. + +## Playbook + +You should used the 'setup-bwlp.yml' playbook. It supports two tags: + +- core: the basic bwLehrpool flavour with just xfce4 and basic tools +- extended: the Freiburg bwLehrpool flavour with kde-plasma, ubuntu-desktio, i3 and extended tools + +## mltk roles + +- mltk-core: just sets the git repository variables, depended by other mltk related roles +- mltk-bwlp: builds and installs the bwlp mltk target +- mltk-vmware: builds and installs the vmware mltk addons +- mltk-nvidia: builds and installs the nvidia mltk addons + +## other roles + +TODO + # ToDo list - Unify variables declaration across roles (sometimes defaults/ and sometimes vars/ is used) |