Skip to content

My personal Ansible provisioned development environment.

License

Notifications You must be signed in to change notification settings

eriktoyra/dev-machine

Repository files navigation

dev-machine

This is my personal Ansible provisioned development machine configuration. It is very much tailored for my needs. Feel free to use, but use it at your own risk.

Tested on macOS 10.12.x.

Getting started

By running the line below, you'll start bootstrapping my development machine on your local machine.

bash <(curl -s https://raw.githubusercontent.com/eriktoyra/dev-machine/master/bootstrap.sh)

Install Ansible roles not present in this repo.

ansible-galaxy install -r requirements.yml

Configure ./vars/ config files and then run:

ansible-playbook playbook.yml

Development

To check the syntax of the playbook.yml file, run ansible-playbook playbook.yml --syntax-check.

About

My personal Ansible provisioned development environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages