Testing of the academic desktop playbook
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Taha Ahmed 75ca202696 First test with minimal set of roles 4 months ago
group_vars First test with minimal set of roles 4 months ago
roles First test with minimal set of roles 4 months ago
templates First test with minimal set of roles 4 months ago
.gitignore First test with minimal set of roles 4 months ago
.gitmodules First test with minimal set of roles 4 months ago
LICENSE First test with minimal set of roles 4 months ago
README.md First test with minimal set of roles 4 months ago
ansible.cfg First test with minimal set of roles 4 months ago
hosts.yml First test with minimal set of roles 4 months ago
playbook.yml First test with minimal set of roles 4 months ago

README.md

Ansible playbook to provision your academic desktop

At present this playbook supports only Ubuntu. Please help me extend support to other Debian and Linux flavours by contributing issues or pull requests.

Start by flashing Ubuntu Server 24.04.4 Live ISO image to a USB stick (for example, using balenaEtcher) and use the installer to install the default Ubuntu Server OS on your computer (setup the disk however you like).

Why zhutop? The reason is not very creative, it is simply a portmanteau of the name of my academic advisor (whose desktop was the first host configured using this playbook), and desktop.

Working with roles (git submodules)

Update all the roles from their respective remotes:

$ git submodule foreach git fetch
$ git submodule foreach git pull origin main