conda-env

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

creates a conda environment from an environment.yml

Install
ansible-galaxy install andrewrothstein/ansible-conda-env
GitHub repository
License
mit
Downloads
68953
Owner
Dreamer, coder