Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu common role

Role will setup hostname and timezone and install standard tools.

Tools:

  • htop
  • strace
  • make
  • gcc
  • lsof
  • vim
  • curl
  • git
  • mc
  • sysstat
  • iotop
  • dstat
  • iptraf
  • screen
  • tmux
  • zsh

Role Variables

common_timezone: 'Europe/Kiev'
common_hostname: 'ubuntu-server'
common_locale: 'en_US.UTF-8'

Example Playbook

- hosts: servers
  roles:
     - { role: WebbyLab.common, common_hostname: 'myserver', common_timezone: 'Europe/Kiev' }

License

MIT

Author Information

WebbyLab (http://webbylab.com)

About

Ansible role for common setup of Ubuntu server

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors