goenv
ansible-role-goenv
An Ansible role to install goenv.
Requirements
- Add
goenv
to your$PATH
after install.
echo 'export PATH="$HOME/.goenv/bin:$PATH"' >> ~/.bash_profile
- Run the following:
~/.goenv/bin/goenv init
Role Variables
goenv_install_path
- The path to installgoenv
.goenv_git_url
- The git URL to clonegoenv
from.goenv_git_update
- If the clonedgoenv
git repository should be updated.
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- { role: bluk.goenv }
License
Install
ansible-galaxy install bluk/ansible-role-goenv
License
apache-2.0
Downloads
26
Owner