probakilla.apt_install
Apt Install
Use this to install basic programs.
Variables
Variables can be found in the defaults/main.yml
file:
# Path for installing Vundle
vundle_location: ~/.vim/bundle/Vundle.vim
# Path for where Oh My Zsh plugins are stored
ohmyzsh_plugins_path: ~/.oh-my-zsh/plugins
How to use this role
To use this role, include it in your playbook. You can install it using Galaxy:
ansible-galaxy install -r requirements.yml
The requirements.yml
file should look like this:
- src: probakilla.apt_install
Requirements
- Ansible version 2.4 or higher.