Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiyali/playbook

Ansible playbook with essential dependencies & development environments
https://github.com/hiyali/playbook

ansible dependencies development environment example neovim playbook role

Last synced: 21 days ago
JSON representation

Ansible playbook with essential dependencies & development environments

Awesome Lists containing this project

README

        

# Playbook

> Ansible playbook with essential dependencies & development environments on the Debian / CentOS / Darwin Operating Systems.

### Welcome to Contribute, Share, Learning on same time!

## Usage

```shell
ansible-playbook -i inventory/localhost playbook.yml
```

You can change

* `-i inventory/*` argument - hosts
* `playbook.yml` argument - roles
* `-v` argument - output info or `-vvv` for much more
* `roles/example` role files - test or show your magicial config for examples

## Todo

* [ ] env
* [x] git
* [x] curl
* [x] python3
* [x] nvim
* [ ] tmux
* [ ] fish
* [ ] go
* [ ] mysql
* [ ] nginx
* [ ] docker
* [ ] i3-wm
* [ ] other
* [ ] Travis
* [ ] CircleCI
* [ ] Readme

## LICENSE

MIT