vim, ssh, zsh, screen dotfiles
- Vim
- Compiled with Python2 support
- YouCompleteMe's dependencies
- boost
- cmake
- Python libs
libclang
- ruby, rake
- for Running an installation script
- zsh
user
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: lukeorland.dotfiles, user: lukeorland }
Add it to your Ansible playbooks repository's requirements.yml
:
# requirements.yml
- src: https://github.com/lukeorland/ansible-role-dotfiles
version: master
name: lukeorland.dotfiles
Install by running: sudo ansible-galaxy install -r requirements.yml
BSD