bergpb / workstation

Ansible playbook to install all required packages to prepare my workstation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation Tools

This repository contains scripts to automate and speedup the workflow and preparation for my machine.

Disclaimer : Those scripts are ubuntu related with major version 18+, for other distributions you'll need to adapt it


Prepare Workstation

Read the workstation.yml file before applying and be sure to understand everything that will be done.

  1. Install Ansible
sudo apt update && sudo apt install ansible unzip git -y
  1. Clone this repository
git clone https://github.com/bergpb/ansible-playbook-workstation.git
  1. Apply the configuration
ansible-playbook workstation.yml --skip-tags chrome,brave --ask-become-pass

Type your password when asked to give root permissions for some actions.

Tags that can be used in playbook:

- packages
- php7.4
- cli
- docker
- vscodium
- browsers (chrome or brave)
- polybar

License

GPLv3

Author Information

Created by Caio Delgado
Edit by @bergpb

Contributions are more than welcome!

About

Ansible playbook to install all required packages to prepare my workstation

License:GNU General Public License v3.0


Languages

Language:Shell 61.3%Language:Jinja 38.7%