Skip to content

Utility: My personal ansible configuration for setting up new computers (and updating old ones)

Notifications You must be signed in to change notification settings

pmitros/configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to /etc/ansible/hosts. This should not be necessary, but it is.

Run ansible-playbook local.yaml

Enable ufw firewall. The configuration is in etc/gufw/.... The command is

 ufw enable
 ufw status verbose

Configure a mysql password:

 dpkg-reconfigure mysql-server-5.5
 emacs ~/.my.cnf
  [client]
  user=[mysqluser]
  password=[mysqlpass]

Manually:

  • noatime in fstab on SSD-mounted drives
  • Copy professional fonts to /usr/share/fonts

Google Chrome extensions

Ones I should try:

XMonad configuration is in xmonad.hs

Emacs is in .emacs

About

Utility: My personal ansible configuration for setting up new computers (and updating old ones)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published