Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

ansible role to install pyenv and python build dependencies on Ubuntu (deprecated)

License

Notifications You must be signed in to change notification settings

suzuki-shunsuke/ansible-pyenv-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyenv-ubuntu

Build Status

Install pyenv and python build dependencies on Ubuntu. This role uses the motemen/ghq.

This role is Deprecated

Please use suzuki-shunsuke.pyenv and suzuki-shunsuke.pyenv-install-dep-ubuntu

Requirements

Role Variables

  • pyenv_nonroot: Whether the remote_user is root or not. This variable is set automatically, and is used to execute tasks with the become option.
  • pyenv_ghq_executable: The executable path of ghq command. The default is "ghq".

Dependencies

Example Playbook

- hosts: servers
  vars:
    pyenv_ghq_executable: "{{ansible_env.HOME}}/.go/bin/ghq"
  roles:
  - suzuki-shunsuke.pyenv-ubuntu

License

MIT

About

ansible role to install pyenv and python build dependencies on Ubuntu (deprecated)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages