1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00
ansible_role_packages/README.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2019-01-14 11:46:32 +01:00
Ansible Role to install packages
---------------------
2019-01-14 11:46:32 +01:00
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.
2019-01-14 11:46:32 +01:00
If this is so, please create a pull request or at least creat an issue with what is broken!
2019-06-06 15:36:00 +02:00
### Testing:
This role was initial written for ``Debian 9`` and ``Fedora 29``.
In Spring 2019 it was only used on ``Debian 9``, ``Ubuntu 18.04 LTS`` and ``Ubuntu 19.4``. No ``RHEL`` based Systems anymore.
In Spring 2019 it was used on ``Debian 9``, ``Ubuntu 18.04 LTS``, ``Ubuntu 19.4`` and ``centos 7``.
2019-01-14 11:46:32 +01:00
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!
2019-06-06 15:36:00 +02:00
### Protip:
Packages are defined as variable in the ``vars`` Folder.
Open tasks
------------
- Some CI-Testing would be nice. Eg with docker and some common linux distributions.
- Meta File for Ansible Galaxy is missing
- Role should be moved to [chaos-bodensee](https://github.com/chaos-bodensee/)
- Lint checks?