https://github.com/torshin5ergey/linux-dev-workstation
Setup and configure Linux for Dev/DevOps via Ansible Role
https://github.com/torshin5ergey/linux-dev-workstation
ansible ansible-lint ansible-playbook devops github-actions linux yamllint
Last synced: 5 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-26T12:21:34.000Z (9 months ago)
- Last Synced: 2025-09-26T14:30:16.450Z (9 months ago)
- Topics: ansible, ansible-lint, ansible-playbook, devops, github-actions, linux, yamllint
- Homepage:
- Size: 31.3 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)
## Installation list
- Git
- ZSH
- Docker
- kubectl
- Helm
- Terraform
- redis-tools
*`redis-cli`*
- gnome-sushi
*Spacebar for Quick Look*
- gcolor3
*Color picker*
- yq
*YAML, JSON, XML parser*
- Task
*Taskfile*
- [Flameshot](https://flameshot.org/)
*Screenshots*
- VLC
- OBS Studio
- [CheckInstall](https://checkinstall.izto.org/)
- Processing
- gnome-shell-extension-manager
- screen
## 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)