mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Improve readme
This commit is contained in:
parent
52e52746d9
commit
b25d407ceb
1 changed files with 18 additions and 4 deletions
22
README.md
22
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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue