Skip to content

Ansible: Generic tweak up of various server parameters on fresh Ubuntu LTS

Notifications You must be signed in to change notification settings

RiotKit/ansible-tweak-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiotKit server tweaking starter

Basic role to pre-configure RiotKit managed server.

Default variables

# turns off Debian/Ubuntu automatic updates, as those updates often breaks applications in docker containers after docker upgrade
remove_unattended_upgrades: yes

# removes spies from hosting companies
remove_qemu_guest_agent: yes

# sets "journald" as logging driver for better performance and logs rotation managed by systemd
tune_docker: yes

# sets swapiness (for servers recommended is 10)
adjust_swappiness: yes
swappiness: 10

About

Ansible: Generic tweak up of various server parameters on fresh Ubuntu LTS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published