Skip to content

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

License

Notifications You must be signed in to change notification settings

keitalbame/ansible-role-common-pkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 70.8%
  • Python 29.2%