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

https://github.com/galchammat/.dotfiles

Provision an Ubuntu dev environment in one command
https://github.com/galchammat/.dotfiles

ansible-playbook shell ubuntu

Last synced: 2 months ago
JSON representation

Provision an Ubuntu dev environment in one command

Awesome Lists containing this project

README

          

# ZTP Dev Environment

## How to use

This command runs the complete setup from factory.

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/galchammat/.dotfiles/main/bin/dotfiles)"
```

## Idempotency

All tasks in the ansible-playbook have safety checks that skip existing installs or configs.

image