Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.42 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.42 KB

Ansible Role: packages

Build Status license Ansible Galaxy Ansible Role

Description

Installs a list of packages on the systems Centos, Ubuntu, Debian and Windows (choholatey)

Installation

ansible-galaxy install itigoag.packages

Requirements

None

Role Variables

packages

packages_group

List of packages on group. See Example.

packages_group:
  firefox:
    version: latest
  7zip:
    version: latest

packages_host

List of packages on host. See Example.

packages_host:
  'R.Project':
    version: latest

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - itigoag.packages

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2019, Simon Bärlocher (c) 2019, ITIGO AG