packages
Ansible Role: packages
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