kaarolch / ansible-role-common-pkg

Role to install some common packages that are not included inside our base image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License Ansible Role Name Ansible Role counter

Ansible-role-common-pkg

Install all common and extra packages that are not included in the corporation baseline template.

This role also enable epelrepo.

If something is missing please create a issue on github

Default Behavior

Please check install.yml

Role Variables

common_pkg have to be defined but extra is a optional var. All variables present here: main.yml.

Example Playbook

- hosts: test_group
  vars:
    extra_pkgs:
      - nc
  roles:
    - novomatic-tech/common_pkgs

License

MIT

Author Information

This role was created in 2018 for Novomatic Technologies Poland purposes.

About

Role to install some common packages that are not included inside our base image

License:MIT License


Languages

Language:Shell 70.8%Language:Python 29.2%