Skip to content

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

License

Notifications You must be signed in to change notification settings

itigoag/ansible.packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published