Skip to content

Ansible role to install useful basic packages

License

Notifications You must be signed in to change notification settings

rolehippie/base

Repository files navigation

base

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install useful basic packages.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

base_debian_additional

Additionally install on Debian

Default value

base_debian_additional: '{{ base_ubuntu_additional }}'

base_debian_packages

List of packages to install on Debian

Default value

base_debian_packages: '{{ base_ubuntu_packages }}'

base_ubuntu_additional

Additionally install on Ubuntu

Default value

base_ubuntu_additional: []

base_ubuntu_packages

List of packages to install on Ubuntu

Default value

base_ubuntu_packages:
  - apt-transport-https
  - software-properties-common
  - tree
  - htop
  - iotop
  - sysstat
  - ipvsadm
  - update-notifier-common
  - socat
  - jq
  - curl
  - apt-dater-host
  - net-tools
  - traceroute
  - acl
  - haveged
  - tmux

Discovered Tags

base

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger