Internet Guru Ansible is a comprehensive set of Ansible playbooks designed to streamline the setup and configuration of Ubuntu systems. Whether you're setting up a fresh installation or managing existing systems, these playbooks automate the installation of essential tools, developer environments, and user-friendly configurations.
Key features:
- Quick setup of fresh Ubuntu installations
- Customized environments for different use cases (desktop, server, etc.)
- Automated installation of popular development tools and productivity software
- System tweaks and shortcuts for improved usability
- Flexible options to skip global tasks or force specific installations
This project aims to save time and ensure consistency across multiple Ubuntu installations, making it ideal for both individual users and teams managing multiple workstations or servers.
This project contains handy ansible playbooks divided into several environments. It installs 'global' tag globally and 'user' tag for all existing user accounts individually. Roles are installed for each playbook if the same playbook file exists with a roles.
prefix, e.g. roles.ubuntu.yml
for ubuntu.yml
.
-s|--skip-global
Skip tasks with 'global' tag.-f|--force
Install tasks with 'force' tag.
- Ubuntu 24.04.1 LTS
- Ansible
- Git
This is a complete simple use-case on how to install basic environments on a fresh Ubuntu 24 installation. To update or sync after adding a new user account, repeat the very same process.
-
Install updates and required packages.
Note: The last command will reboot the computer, which may or may not be necessary.sudo apt update sudo apt upgrade -y sudo apt install ansible git -y sudo reboot
-
Clone or update Ansible project.
This command either creates a new global repository or updates the existing one.sudo mkdir -p /usr/local/share/ansible/ cd /usr/local/share/ansible sudo git clone https://github.com/internetguru/ansible.git . \ || sudo git pull
-
Install Ansible for all users.
See the commented optional command and notice another reboot command.cd /usr/local/share/ansible # sudo git checkout dev sudo ./install.sh fresh.yml ubuntu.yml sudo reboot
Installs essential commands and CLI environment for Debian/Ubuntu.
- vim
- curl
- htop
- git
- mc
- build-essential
- net-tools
- gettext
- tree
- tldr
- avahi-daemon
- Set keep alive SSH
- Disable wayland
Sets up Internet Guru server environment.
- 2 GB swapfile in
/root/swapfile
- Internet Guru MOTD
- ufw with basic rules
Enables Windows-like panel and adds practical programs, scripts, and adjustments specifically for Ubuntu Desktop. It also adds basic developer programs and tools.
- gnome-screensaver
- gnome-session
- gnome-settings-daemon
- gnome-tweaks
- keepass
- kolourpaint (alternative to MS Paint)
- mpv
- rhythmbox
- rtorrent (cheat sheet)
- shellcheck
- variety with awesome background sources!
- wmctrl
- dash-to-panel
- google-chrome
- chrome-remote-desktop
- set as default browser
- zoom
- butt
- cursor
- diff-so-fancy
- docker
- flow
- gnome-boxes
- slack
- sublime-text with shared settings
- teamviewer
- vscode
- java
- php
- nodejs
- python3
- docker
~/work
folder with various format file names touched- system configuration
- system keyboard shortcuts
- [date-menu-formatter
- night light control script
- default favorites
- ubuntu-drivers autoinstall
Clears previously installed applications and configuration that has been withdrawn.
- /usr/local/share/.oh-my-zsh
- ~/.ansible
- ~/bashcfg
- ~/butt
- ~/omgf
- ~/vimrc
- ~/zshrc
- ~/.zsh_history
- ~/.zshrc
- ~/.zshrc.local
Ctrl+Alt+i
display README of installed versionCtrl+Alt+s
lock and sleep (suspend)Ctrl+Alt+f
screen offCtrl+Alt+l
toggle night-light (on/off/auto)Ctrl+Alt+End
power off dialogAlt+Shift+End
restart dialog
Ctrl+Shift+PageUp
volume upCtrl+Shift+PageDown
volume downCtrl+Shift+Delete
mute volumeCtrl+Shift+Insert
play/pause mediaCtrl+Shift+End
next trackCtrl+Shift+Home
previous track
Win+a
application overviewWin+c
calculator
Pause
,Menu
compose keys
- Calculator in all modes except for basic shows a collapsed input field.
- No known solution.
- Win+Num shortcuts not working (except Win+1) from certain apps.
- Known apps causing the issue: Terminal, Terminator, Calculator.
- Note: This only occurs with Czech keyboard layout.
- No known solution.
- Workaround: Instead of Win+Num, use Win+Shift+Num, or numpad.
- "Unknown error when attempting to call Galaxy"
- Check your internet connection and run Ansible again.
- "already installed" warnings
- Ignore.
- Sublime Text not downloading shared settings after installation.
- Open Sublime Text.
- Run Tools / Command Pallette… (
ctrl+shift+p
) / Install Package Control (or just typeipc
and pressEnter
). - Restart (close and run) Sublime, wait until Sync Settings plugin is installed.
- Run Tools / Command Palette… (
ctrl+shift+p
) / Sync Settings: Download (or just typedownload
and pressEnter
). Ignore warning message(s). - Note: You may need to run the Download command again for theme to take effect.
- Visual Studio Code setup shared settings after installation.
- Install Sync Settings extension.
- Open Command Palette (
ctrl+shift+p
) and typeSync Settings: Open the repository settings
. - Update settings to match following:
hostname: "" # add your hostname here profile: main repository: type: git url: [email protected]:petrzpav/vscode-settings.git branch: master
- Save the file and close it.
- Open Command Palette (
ctrl+shift+p
) and typeSync Settings: Download (repository -> user)
. - Restart Visual Studio Code.
- To upload new settings, run
Sync Settings: Upload (user -> repository)
.
- Global Vim plugins are not installed
sudo vim
- Hit Enter repeatedly, until installation starts.
- After installation finishes, hit Enter again.
- Exit vim using
:q
two times.
- Unable to launch Ansible info desktop icon.
- Right click on the icon and click on Allow Launching.
- Docker is not running error.
- If works for
sudo
, try adding user to docker group withsudo usermod -aG docker $USER
.
- If works for
- Change compose key
- Change font size
- Change swap size
- Compose key cheat sheet
- Enable SSH server
- Grant And Remove Sudo Privileges
- How to Install Ubuntu 24.04 Desktop.
- Internal Microphone Not Working
- Make login screen appear in external display
- Manual partitioning during Ubuntu installation
- Move home to external partition
- MPV keyboard shortcuts
- Saving Docker Container Image to a Different Directory Than Root
- Set default audio device
- Transfer audio from PC to iPhone
Copyright © Internet Guru
This software is licensed under the CC BY-NC-SA license. There is NO WARRANTY, to the extent permitted by law. See the LICENSE file.
For commercial use, a nominal fee may be applicable based on the company size and the nature of their product. In many instances, this could result in no fees being charged at all. Please contact us at [email protected] for further information.
Please do not hesitate to reach out to us for inquiries related to seminars, workshops, training, integration, support, custom development, and additional services. We are more than happy to assist you.