/setup

Ansible Playbook to setup my workstation

Primary LanguageShell

setup

🚀 Integration ✨ Lint

Ansible Playbook to setup my workstation

How to run it?

On a freshly installed Ubuntu 22.04 LTS (Jammy Jellyfish):

Update your packages

sudo apt update && sudo apt upgrade -y

Install git and clone the repository

sudo apt install -y git
git clone https://github.com/pascal-sun/setup.git
cd setup/

Install Ansible with pipx

sudo apt install -y pipx
pipx ensurepath
pipx install ansible-core

Install required Ansible Galaxy Collections

ansible-galaxy install -r requirements.yml

Run Ansible Playbook

ansible-playbook playbook.yml --ask-become-pass 
BECOME password: <Enter your password>

And that's it! 🚀

TODO

  • eza