Ansible role for common tools and libraries. Tested platforms are:
- Debian 8
- Debian 9
- Ubuntu 16
Role install packages: vim, htop, cron, zip, unzip, wget, curl, mc, sudo, apache2-utils, ipset, git, fail2ban, gcc, g++, network tools etc.
Debian 8 (jessie) Debian 9 (stretch) Ubuntu 16 (xenial)
Available variables are listed below, along with default values (see defaults/main.yml):
Parameter | Required | Default | Choices | Comments |
---|---|---|---|---|
default_locale | yes | ru_RU.UTF-8 | Sets default system locale | |
default_timezone | yes | Europe/Kiev | Sets default system timezone |
None
---
- hosts: all
roles:
- { role: antonchernik.common }
MIT / BSD
This role was created in 2017 by Anton Chernik.