UbuntuDesktopConfigure/README.md

14 lines
547 B
Markdown
Raw Normal View History

2024-07-14 09:16:25 +02:00
# Ubuntu Server to Desktop
2024-07-15 21:09:50 +02:00
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.
2024-07-14 09:16:25 +02:00
## What's it do?
2024-07-15 21:09:50 +02:00
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.
2024-07-14 09:16:25 +02:00
2024-07-15 21:09:50 +02:00
This playbook was built for me to install my new desktop environment so it may need tweaking for your tastes.
2024-07-14 09:16:25 +02:00
## Adding dotfiles
TODO