[Ansible Galaxy] Use Ansible andrewrothstein.anaconda to install Anaconda

andrewrothstein.anaconda

A role that installs Anaconda | The World’s Most Popular Data Science Platform - https://www.anaconda.com/. Please consider andrewrothstein.conda-env for managing your Conda environments declaratively with Ansible too!

Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities

Installation

First, Install Ansible.

1
2
3
4
# Mac OS X
$ brew install ansible

$ ansible --version

Then, install it use:

1
$ ansible-galaxy install andrewrothstein.anaconda

Requirements

See meta/main.yml

Role Variables

See defaults/main.yml

Dependencies

See meta/main.yml

Example Playbook

1
2
3
- hosts: servers
roles:
- andrewrothstein.anaconda

References

[1] andrewrothstein.anaconda | Ansible Galaxy - https://galaxy.ansible.com/andrewrothstein/anaconda

[2] andrewrothstein/ansible-anaconda: Ansible role for installing Anaconda - https://github.com/andrewrothstein/ansible-anaconda

[3] Anaconda | The World’s Most Popular Data Science Platform - https://www.anaconda.com/

[4] :: Anaconda.org - https://anaconda.org/

[5] Ansible is Simple IT Automation - https://www.ansible.com/

[6] Installing Ansible — Ansible Documentation - https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html