Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
/ devbox Public archive

Ansible playbook to provision my local environment

License

Notifications You must be signed in to change notification settings

sestrella/devbox

Repository files navigation

Note: This repository’s Ansible configuration is out of date; instead, look at home-manager.config for a more recent version.

devbox

Build

Ansible playbook to provision my local environment. All dotfiles are located in a separate repository for better reusability.

Requirements

  • Python 3

Getting Started

Create a virtual environment:

python -m venv .venv

Active the virtual environment:

# bash or zsh
source .venv/bin/activate
# fish
source .venv/bin/activate.fish

Install Python dependencies:

pip install -r requirements.txt

Run the playbook:

ansible-playbook site.yml -K

About

Ansible playbook to provision my local environment

Topics

Resources

License

Stars

Watchers

Forks

Languages