Ansible Playbook to configure an Ubuntu Desktop from a server ISO
Go to file
2024-07-15 15:09:50 -04:00
roles refactoring 2024-07-15 13:49:33 -04:00
ansible.cfg first commit 2024-07-14 02:20:25 -04:00
inventory retooling some sections 2024-07-14 09:22:14 -04:00
README.md Updated README.md 2024-07-15 15:09:50 -04:00
site.yml refactoring 2024-07-15 13:49:33 -04:00

Ubuntu Server to Desktop

I started with a base server ISO of Ubuntu 24.04 and used Ansible to configure it into a usable desktop environment. This is my first full playbook so it might be gross, but it DOES fully work.

What's it do?

This playbook has multiple roles (mostly tagged, but I'll update it as I go) that you can decide on which you want to run in the site.yml before you get going.

This playbook was built for me to install my new desktop environment so it may need tweaking for your tastes.

Adding dotfiles

TODO