goenv

ansible-role-goenv

Build Status

An Ansible role to install goenv.

Requirements

  1. Add goenv to your $PATH after install.
echo 'export PATH="$HOME/.goenv/bin:$PATH"' >> ~/.bash_profile
  1. Run the following:
~/.goenv/bin/goenv init

Role Variables

  • goenv_install_path - The path to install goenv.

  • goenv_git_url - The git URL to clone goenv from.

  • goenv_git_update - If the cloned goenv git repository should be updated.

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
     - { role: bluk.goenv }

License

Apache-2.0

Install
ansible-galaxy install bluk/ansible-role-goenv
GitHub repository
License
apache-2.0
Downloads
23
Owner