Skip to content

TheMeaningfulEngineer/ansible-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is the repo containing the ansible roles to set up my dev environment. Check the roles for details on what that means.

System requirements

sudo apt-get install ansible

Usage

Running with the default values will modify files in your home directory.

ansible-playbook -K main-play.yml

Dev usage

When developing , in main-play.yml change to HOME_USER_DIR: "{{ playbook_dir }}/fake_home_user". This won't pollute your default home directory. Running tree -a fake_home_user will give you a good impression on what happened after the playbook executed.

About

Ansible roles for setting up my dev environment on a new linux machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages