Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylf/workstation-playbook

Ansible playbook for setting up my workstation 🖥️
https://github.com/dylf/workstation-playbook

ansible playbook workstation workstation-configuration

Last synced: 10 days ago
JSON representation

Ansible playbook for setting up my workstation 🖥️

Awesome Lists containing this project

README

        

# workstation-playbook

Playbook for Pop!_OS

## Requirements

Start off by installing Ansible on the system.

For Debian based distros:

```
sudo apt install python3-pip
pip install --user ansible
```

## Usage

- Clone the git repo
```
git clone [email protected]:dylf/workstation-playbook.git
```

- Install the dependencies via ansible-galaxy
```
ansible-galaxy install -r requirements.yml
```