Skip to content

Automated installation of our custom Ubuntu / Gnome configuration - using Ansible

License

Notifications You must be signed in to change notification settings

lazybytez/desktop-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Configurator

This repository contains an Ansible Playbook, used to configure Ubuntu Desktop and Gnome with the LazyBytez theme and utilities.

This playbook manages:

  • Gnome Theme & Icons
  • Dock
  • Installation of commonly used software
  • Configuration of commonly used software

This playbook automatically applies the beautiful Catppuccin Themes where applicable!

NOTE: This role changes your system language and keyboard layout to German!

You must at least install Ansible in version 2.10 to use this playbook!

Usage

Quick install

sudo apt update && sudo apt install software-properties-common && sudo add-apt-repository --yes --update ppa:ansible/ansible && sudo apt install -y ansible git && cd ~ && git clone https://github.com/lazybytez/desktop-configurator.git && cd desktop-configurator && ansible-galaxy install -r requirements.yaml && ansible-playbook -i inventory.yaml playbook.yaml -K

Manual install

First of all, install Ansible:

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

Install used roles and collections using Ansible Galaxy:

ansible-galaxy install -r requirements.yaml

You can now run the playbook:

ansible-playbook -i inventory.yaml playbook.yaml -K

This command will ask for your sudo password!

About

Automated installation of our custom Ubuntu / Gnome configuration - using Ansible

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages