1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
Ansible role base-packages
Find a file
2020-06-04 18:12:39 +02:00
.github Update sponsor and if condition syntax 2019-11-12 17:31:27 +01:00
defaults Add option: contrib pkgs 2019-07-29 08:57:58 +02:00
tasks CHANGING | drop legacy support 2020-06-04 18:12:39 +02:00
vars CHANGING | drop legacy support 2020-06-04 18:12:39 +02:00
.ansible-lint Add exception for old pi 2019-07-17 14:02:01 +02:00
LICENCE Add missing MIT License 2020-01-16 00:34:30 +01:00
README.md i moved the repo 2019-07-16 00:07:03 +02:00

Ansible Role to install packages

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.

If this is so, please create a pull request or at least creat an issue with what is broken!

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.

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!

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
  • Lint checks?