Releases: route1337/ansible-role-ubuntubase
Releases · route1337/ansible-role-ubuntubase
1.4.0: Ubuntu 24.04 support (#19)
Changes
- Added Ubuntu 24.04 support
- Removed Ubuntu 18.04 support
Adjustable Timezone
Changes
- Allow timezone to be overridden
Adding locate package
Changes
- Add the
locate
command- We don't run
updatedb
because it can take too long
- We don't run
Ubuntu 22.04 Support
Changes
- Added Ubuntu 22.04 support
- Removed Ubuntu 16.04 support
- Kitchen will now use AWS for testing (A change forced by VirtualBox not supporting Apple Silicon)
Ubuntu Repo Changes
Changes
- Added
fzf
package andzshrc
config (Ubuntu 20.04+ only) thefuck
is now only for Ubuntu 18.04+ due to python package availability changes- Added
ripgrep
(Ubuntu 20.04+ only)
Fixes
- Fixed history command in zsh
(Optionally) Removing SystemD's control of DNS
This release is primarily about giving the option to disable systemd-resolved
binding to port 53 and returning DNS resolution to /etc/resolv.conf
- Fixed a Kitchen test issue regarding packages
- Updated zshrc to make the
scp
command behave like it does in bash regarding wildcards - Added support for optionally specifying DNS servers and as search domain to override dumb SystemD defaults
Fix [DELETE] key
Just fixing the [DELETE] key in zsh
- Adding keybinding for [DELETE] key to function normally
zsh behaves better for Mac hosts
Making Mac keyboard shortcuts work better with zsh and SSH
- Adding a bindkey setting to make zsh behave a bit better when SSHing in from a Mac
zsh changes
Mainly a bindkey change to add reverse-i-search:
- Adding some common bindkey settings to the zshrc profile
- Adding missing
test-kitchen
gem to Gemfile
zsh!
This version has a few changes but is primarily about zsh:
- Removing redundant and unused code
- Properly testing
thefuck
python package is installed. - Switching root to zsh
- Deploying a custom system-wide zshrc file