Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seemethere/ansibleshtuff
A collection of ansible stuff I use for my dev environments
https://github.com/seemethere/ansibleshtuff
ansible developer-tools development-environment dotfiles neovim zsh
Last synced: about 1 month ago
JSON representation
A collection of ansible stuff I use for my dev environments
- Host: GitHub
- URL: https://github.com/seemethere/ansibleshtuff
- Owner: seemethere
- Created: 2017-08-04T01:37:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T02:46:33.000Z (about 7 years ago)
- Last Synced: 2024-12-15T09:10:33.276Z (about 1 month ago)
- Topics: ansible, developer-tools, development-environment, dotfiles, neovim, zsh
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansibleshtuff
![Smiling head nod guy](https://media.giphy.com/media/xSM46ernAUN3y/giphy.gif)
## To run:
```shell
make
```The default user is configurable so you can use:
```shell
make DEFAULT_USER=ubuntu
```## Info:
Ansible repo that I'm using to setup new dev environments.Made because EC2 instances can get cleaned up anyday and
I don't want to have to through a 30 minute long setup
process anymore.Includes things for:
- pyenv setup
- 2.7.13 python install
- 3.6.1 python install
- virtualenv installation
- dotfiles setup
- installs dotfiles from https://github.com/seemethere/dotfiles
- neovim setup
- installs from source
- sets up plugins and related virtualenvs
- zsh setup
- installs zsh from package manager
- changes the shell of the current user to zsh## Pre-reqs:
- python
- virtualenv
- A pre-filled out ansible hosts file with a `dev` group