base
base
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
Install
ansible-galaxy install rolehippie/base
License
apache-2.0
Downloads
54
Owner
Ansible role collection of Webhippie