base

base

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

Ansible role to install useful basic packages.

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

About

Ansible role to install useful basic packages

Install
ansible-galaxy install rolehippie/base
GitHub repository
License
apache-2.0
Downloads
51
Owner
Ansible role collection of Webhippie