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
- Host: GitHub
- URL: https://github.com/torshin5ergey/linux-dev-workstation
- Owner: torshin5ergey
- License: mit
- Created: 2025-03-26T20:46:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T11:27:57.000Z (6 months ago)
- Last Synced: 2025-03-27T12:27:04.199Z (6 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Dev Workstation Playbook ๐งโ๏ธ
Setup and configure Linux for Dev/DevOps via Ansible playbook
[](https://opensource.org/licenses/MIT)
[](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)