An Ansible Playbook for quickly getting a Flask Web App up and running on CentOS
#Deploying work environment based on conda
-
Install conda https://docs.conda.io/projects/conda/en/latest/user-guide/install/ See details about installation lightweight version named miniconda https://docs.conda.io/en/latest/miniconda.html
-
Deploy and activate runtime environment
conda env create -f environment.yml
conda activate ansible29
#Set hosts directory
Base of playbook copy-pasted from https://github.com/tcosta84/ansible-centos-django-stack