From b25d407cebfe6e8c3ee44800d47256512a44f2b1 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 14 Jan 2019 11:46:32 +0100 Subject: [PATCH] Improve readme --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66a782f..23ede80 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@ - role-base_packages + Ansible Role to install packages --------------------- -Base packages auf den gängigsten Linux Systemen installieren +This is an ansible role to install some basic packages, you could need. +It should work on the most linux operating systems. Maybe it need some minor adjustments. -**Achtung:** -*Nur gestestet unter Debian 9 und Fedora 29!* +If this is so, please create a pull request or at least creat an issue with what is broken! + +### Attention: +only testet with debian9 and fedora29. + + variables +----------- + +There are some variables defined to configure the packages which should be installed. + +Please have a look into ``defaults/main.yml`` for more details. + +You can configure your own packages via host- or group-vars to change what packages should be installed. + +have fun! And don't be evil!