Creates a named Conda environment.
Assumes you have installed either Anaconda or Miniconda. Please consider these roles andrewrothstein.anaconda and andrewrothstein.miniconda for your needs.
See meta/main.yml
See meta/main.yml
- hosts: servers
roles:
- role: andrewrothstein.conda-env
conda_env_name: my-environment
conda_env_environment: my-environment.yml
MIT
Andrew Rothstein [email protected]