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

https://github.com/torshin5ergey/linux-dev-workstation

Setup and configure Linux for Dev/DevOps via Ansible Role
https://github.com/torshin5ergey/linux-dev-workstation

Last synced: 6 months ago
JSON representation

Setup and configure Linux for Dev/DevOps via Ansible Role

Awesome Lists containing this project

README

          

# Linux Dev Workstation Playbook ๐Ÿงโš™๏ธ

Setup and configure Linux for Dev/DevOps via Ansible playbook

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/torshin5ergey/linux-dev-workstation/actions/workflows/ci.yaml/badge.svg)](https://github.com/torshin5ergey/linux-dev-workstation/actions)

## Quickstart

1. Clone repo
```bash
git clone https://github.com/torshin5ergey/linux-dev-workstation.git
cd linux-dev-workstation
```
2. Run playbooks with Ansible
```bash
ansible-playbook main.yaml
```

## Author

Sergey Torshin [@torshin5ergey](https://github.com/torshin5ergey)