--- # Data Science role defaults # Conda/Anaconda configuration install_conda: false conda_install_path: "{{ ansible_env.HOME }}/anaconda3" # Jupyter Notebook configuration install_jupyter: false jupyter_port: 8888 jupyter_allow_remote: true jupyter_bind_all_interfaces: true # R language configuration install_r: false r_packages: - r-base - r-base-dev - r-recommended