Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiyali/playbook
- Owner: hiyali
- Created: 2017-11-30T07:37:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T04:01:20.000Z (about 7 years ago)
- Last Synced: 2024-11-22T13:42:28.022Z (3 months ago)
- Topics: ansible, dependencies, development, environment, example, neovim, playbook, role
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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