Skip to content

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

License

Notifications You must be signed in to change notification settings

CoderXXL/desktop-configurator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Configurator

This repository contains an Ansible Playbook, used to configure Ubuntu Desktop.

This playbook manages:

  • Installation of commonly used software
  • Configuration of commonly used software

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/CoderXXL/desktop-configurator.git ./.desktop-configurator && 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%