Skip to content

WebbyLab/ansible-role-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published