Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

chrgue/dev-fine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dev-Fine

ansible role which defines and installs my development environment.

Includes the following:

Quick Start

Without much knowledge about ansible you can just copy & paste the following command in your terminal and you are good to go:

$ bash <(wget -qO- https://raw.githubusercontent.com/chrgue/dev-fine/master/install.sh)

Manual - ansible way

Preconditions

First make sure you have ansible installed

$ sudo apt-add-repository -y ppa:ansible/ansible
$ sudo apt update
$ sudo apt install -y ansible

Download ansible role

$ ansible-galaxy install chrgue.dev_fine

Playbook usage:

# playbook.yml
- name: Setup full development enviroment
  hosts: localhost
  connection: local
  roles:
    - role: chr.dev_fine

Run playbook

$ ansible-playbook playbook.yml

About

Defines my development enviroment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages