mm-tud / ansible-conda-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

andrewrothstein.conda-env

Build Status

Creates a named Conda environment.

Requirements

Assumes you have installed either Anaconda or Miniconda. Please consider these roles andrewrothstein.anaconda and andrewrothstein.miniconda for your needs.

See meta/main.yml

Role Variables

See defaults/main.yml

Dependencies

See meta/main.yml

Example Playbook

- hosts: servers
  roles:
    - role: andrewrothstein.conda-env
      conda_env_name: my-environment
      conda_env_environment: my-environment.yml

License

MIT

Author Information

Andrew Rothstein andrew.rothstein@gmail.com

About

License:MIT License


Languages

Language:Jinja 100.0%