nicholsn / ansible-role-miniconda

Ansilbe role to install the anaconda python distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniconda

Installs the miniconda python distribution from Continuum Analytics.

Requirements

None

Role Variables

Setting the install directory

miniconda_home: /miniconda

Dependencies

None

Example Playbook

- hosts: miniconda
  remote_user: vagrant
  sudo: yes
  roles:
     - { role: nicholsn.miniconda, miniconda_home: /miniconda }

License

Apache 2.0

Author Information

Nolan Nichols nolan.nichols@gmail.com

About

Ansilbe role to install the anaconda python distribution

License:Apache License 2.0


Languages

Language:Shell 100.0%