Skip to content

Releases: route1337/ansible-role-ubuntubase

1.4.0: Ubuntu 24.04 support (#19)

14 Jul 03:37
ff31046
Compare
Choose a tag to compare

Changes

  1. Added Ubuntu 24.04 support
  2. Removed Ubuntu 18.04 support

Adjustable Timezone

29 Apr 04:16
10963c4
Compare
Choose a tag to compare

Changes

  1. Allow timezone to be overridden

Adding locate package

11 Mar 15:55
4c50516
Compare
Choose a tag to compare

Changes

  1. Add the locate command
    1. We don't run updatedb because it can take too long

Ubuntu 22.04 Support

15 Jun 00:29
8c3e5b6
Compare
Choose a tag to compare

Changes

  1. Added Ubuntu 22.04 support
  2. Removed Ubuntu 16.04 support
  3. Kitchen will now use AWS for testing (A change forced by VirtualBox not supporting Apple Silicon)

Ubuntu Repo Changes

29 Jun 01:40
60178ee
Compare
Choose a tag to compare

Changes

  1. Added fzf package and zshrc config (Ubuntu 20.04+ only)
  2. thefuck is now only for Ubuntu 18.04+ due to python package availability changes
  3. Added ripgrep (Ubuntu 20.04+ only)

Fixes

  1. Fixed history command in zsh

(Optionally) Removing SystemD's control of DNS

02 Aug 19:48
381a65d
Compare
Choose a tag to compare

This release is primarily about giving the option to disable systemd-resolved binding to port 53 and returning DNS resolution to /etc/resolv.conf

  1. Fixed a Kitchen test issue regarding packages
  2. Updated zshrc to make the scp command behave like it does in bash regarding wildcards
  3. Added support for optionally specifying DNS servers and as search domain to override dumb SystemD defaults

Fix [DELETE] key

27 Jul 05:08
c466870
Compare
Choose a tag to compare

Just fixing the [DELETE] key in zsh

  1. Adding keybinding for [DELETE] key to function normally

zsh behaves better for Mac hosts

27 Jul 03:50
073032e
Compare
Choose a tag to compare

Making Mac keyboard shortcuts work better with zsh and SSH

  1. Adding a bindkey setting to make zsh behave a bit better when SSHing in from a Mac

zsh changes

21 Jul 02:52
348c448
Compare
Choose a tag to compare

Mainly a bindkey change to add reverse-i-search:

  1. Adding some common bindkey settings to the zshrc profile
  2. Adding missing test-kitchen gem to Gemfile

zsh!

17 Jul 19:36
3e475dd
Compare
Choose a tag to compare

This version has a few changes but is primarily about zsh:

  1. Removing redundant and unused code
  2. Properly testing thefuck python package is installed.
  3. Switching root to zsh
  4. Deploying a custom system-wide zshrc file