{"id":20957210,"url":"https://github.com/serpro69/dell-ubuntu-playbook","last_synced_at":"2026-04-21T23:02:53.102Z","repository":{"id":99985517,"uuid":"220785499","full_name":"serpro69/dell-ubuntu-playbook","owner":"serpro69","description":"Ansible playbook that configures Ubuntu and software I use on my Dell workstation","archived":false,"fork":false,"pushed_at":"2023-04-06T15:22:37.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T15:07:09.942Z","etag":null,"topics":["ansible","automation","configuration","dell","dotfiles","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serpro69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-10T12:15:16.000Z","updated_at":"2023-04-07T18:43:34.000Z","dependencies_parsed_at":"2023-05-11T10:45:16.517Z","dependency_job_id":null,"html_url":"https://github.com/serpro69/dell-ubuntu-playbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serpro69/dell-ubuntu-playbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpro69%2Fdell-ubuntu-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpro69%2Fdell-ubuntu-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpro69%2Fdell-ubuntu-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpro69%2Fdell-ubuntu-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serpro69","download_url":"https://codeload.github.com/serpro69/dell-ubuntu-playbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpro69%2Fdell-ubuntu-playbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32113748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","automation","configuration","dell","dotfiles","ubuntu"],"created_at":"2024-11-19T01:30:05.633Z","updated_at":"2026-04-21T23:02:53.072Z","avatar_url":"https://github.com/serpro69.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dell Ubuntu Playbook\n\nThis playbook installs and configures software I use on my Dell workstation (currently Dell Precision 5530 running Ubuntu 18.04).  \n\nEverything that I will be able to automate will be done with Ansible, but I assume some manual steps are still going to be required. Some of them will be documented here and others in my [dell-precision-5530_ubuntu-win_dualboot repo](https://github.com/serpro69/dell-precision-5530_ubuntu-win_dualboot).  \n\nThis is a WIP project and mostly serves for the following purposes for me: to better learn Ansible, document my current laptop setup, and try to achieve a painless setup and configuration when I decide to change my workstation and or do some updates (i.e., install a newer version of Ubuntu.)\n\n\n## Table of Contents\n* [Installation](#installation)\n  * [Running a single playbook](#running-a-single-playbook)\n* [Default Configuration](#default-configuration)\n* [Thanks](#thanks)\n\n\n## Installation\n* Install Ansible\n* Clone this repo: `git clone git@github.com:serpro69/dell-ubuntu-playbook.git`\n* Open repo directory: `cd dell-ubuntu-playbook`\n* Install requirements: `make init` || `ansible-galaxy install -r requirements.yml`\n* Run the playbook: `make play` || `ansible-playbook site.yml -i inventory`\n\n### Running a single playbook\nIt is possible to run only one of the playbooks by running the appropriate `make` command or specifying the playbook file.\nThe available subsets are: `base`, `software`, `dotfiles`.  \n\nFor example, to provision only dotfiles, one could either run: `make dotfiles`, or alternatively: `ansible-plyabook dotfiles.yml -i inventory`.  \n\n### Using vagrant for local testing\n* Spin up the VM with `vagrant up`\n* Run the playbooks against the VM with `-i inventory`\n\n**[⬆ back to top](#table-of-contents)**\n\n## Default Configuration\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003ePackages (installed with \u003ccode\u003eapt\u003c/code\u003e):\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\n\n* ttf-mscorefonts-installer\n* keepassxc\n* xclip\n* stow\n* rxvt-unicode\n* zsh\n* vim\n* vim-nox\n* vim-gnome\n* vim-gtk\n* gir1.2-gtop-2.0\n* lm-sensors\n* tmux\n* cryptomator\n* backintime-qt4\n* pomodoro-indicator\n* cpanminus\n* npm\n* flameshot\n* recode\n* qbittorrent\n* jq\n* vagrant\n* virtualbox-6.0\n* libevent-dev\n* libncurses5-dev\n* libcanberra-gtk-module\n* libcanberra-gtk3-module\n* libappindicator-dev\n* brave-keyring\n* brave-browser\n* thunderbird\n* thunderbird-locale-en-us\n* thunderbird-gnome-support\n* network-manager-openvpn-gnome\n* network-manager-openconnect-gnome\n* openjdk-8-jdk\n* openjdk-8-jre\n* openjdk-8-d\n* openjfx=8u161-b12-1ubuntu2\n* openjfx-source=8u161-b12-1ubuntu2\n* libopenjfx-java=8u161-b12-1ubuntu2\n* libopenjfx-jni=8u161-b12-1ubuntu2\n* php7.2\n* php7.2-curl\n* php7.2-xml\n* docker-ce\n* docker-compose\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003ePackages (removed with \u003ccode\u003eapt\u003c/code\u003e):\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\n\n* dnsmasq-base\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eGnome Shell Extensions (installed):\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\n\n* [alternate-tab@gnome-shell-extensions.gcampax.github.com]()\n* [KStatusNotifierItem/AppIndicator Support : appindicatorsupport@rgcjonas.gmail.com](https://github.com/ubuntu/gnome-shell-extension-appindicator)\n* [apps-menu@gnome-shell-extensions.gcampax.github.com]()\n* [auto-move-windows@gnome-shell-extensions.gcampax.github.com]()\n* [cpupower@mko-sl.de]()\n* [dash-to-dock@micxgx.gmail.com]()\n* [drive-menu@gnome-shell-extensions.gcampax.github.com]()\n* [extensions@abteil.org]()\n* [Hide_Activities@shay.shayel.org]()\n* [launch-new-instance@gnome-shell-extensions.gcampax.github.com]()\n* [minimizeall@scharlessantos.org]()\n* [native-window-placement@gnome-shell-extensions.gcampax.github.com]()\n* [noannoyance@sindex.com]()\n* [openweather-extension@jenslody.de]()\n* [places-menu@gnome-shell-extensions.gcampax.github.com]()\n* [remove-dropdown-arrows@mpdeimos.com]()\n* [update-extensions@franglais125.gmail.com]()\n* [user-theme@gnome-shell-extensions.gcampax.github.com]()\n* [Vitals@CoreCoding.com]()\n* [windowsNavigator@gnome-shell-extensions.gcampax.github.com]()\n* [alternate-tab@gnome-shell-extensions.gcampax.github.com]()\n* [apps-menu@gnome-shell-extensions.gcampax.github.com]()\n* [auto-move-windows@gnome-shell-extensions.gcampax.github.com]()\n* [drive-menu@gnome-shell-extensions.gcampax.github.com]()\n* [launch-new-instance@gnome-shell-extensions.gcampax.github.com]()\n* [native-window-placement@gnome-shell-extensions.gcampax.github.com]()\n* [places-menu@gnome-shell-extensions.gcampax.github.com]()\n* [user-theme@gnome-shell-extensions.gcampax.github.com]()\n* [window-list@gnome-shell-extensions.gcampax.github.com.bak]()\n* [windowsNavigator@gnome-shell-extensions.gcampax.github.com]()\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eGnome Shell Extensions (removed):\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\n\n* top-icons-plus\n* appindicator\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n**[⬆ back to top](#table-of-contents)**  \n\n\n## ToDo\n- [ ] Default configuration (readme)\n- [ ] Overriding defaults (readme + impl)\n- [ ] ToC (readme)\n- [ ] CI with travis(impl)\n\n**[⬆ back to top](#table-of-contents)**  \n\n\n## Thanks\n* [geerlingguy/mac-dev-playbook](https://github.com/geerlingguy/mac-dev-playbook) for the inspiration for making this project.\n\n**[⬆ back to top](#table-of-contents)**  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpro69%2Fdell-ubuntu-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserpro69%2Fdell-ubuntu-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpro69%2Fdell-ubuntu-playbook/lists"}