itigoag.packages

Ansible Role: packages

Build Status license Ansible Galaxy Ansible Role

Description

This role installs a list of software packages on CentOS, Ubuntu, Debian, and Windows (using Chocolatey).

Installation

To install the role, run the following command:

ansible-galaxy install itigoag.packages

Requirements

There are no special requirements.

Role Variables

packages

packages_group

This is a list of packages for a group of servers. See the example below.

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

packages_host

This is a list of packages for a specific host. See the example below.

packages_host:
  'R.Project':
    version: latest

Dependencies

There are no dependencies.

Example Playbook

Here is an example of how to use this role in a playbook:

- hosts: all
  roles:
    - itigoag.packages

Author

License

This project is licensed under the MIT License. You can view the full license text in the LICENSE file.

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

Informazioni sul progetto

Installs packages on Linux and Windows

Installa
ansible-galaxy install itigoag.packages
Licenza
mit
Download
600.3k
Proprietario
ITIGO is now Open Circle AG