Skip to content

petrick-ribeiro/workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation

🤖 Automating Workstation Setup with Ansible.

A Playbook to prepare and pre-configure a fresh install of Debian based Linux distributions. Tested on Ubuntu >= 18.xx and Pop!_OS >= 22.xx distribution version.

Getting Started

Prereqs:

sudo apt-get update && sudo apt-get install python3-pip &&\
python3 -m pip install --user ansible

In case the Ansible directory is not on PATH use export PATH="$HOME/.local/bin:$PATH"

Clone the repo:

git clone https://github.com/petrick-ribeiro/workstation.git &&\
cd workstation

Run the playbook:

ansible-playbook setup.yaml --ask-become-pass

This playbook is geared towards improve DevOps workflow.

Reload the terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published