Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 614 Bytes

ansible-centos-flask-stack

An Ansible Playbook for quickly getting a Flask Web App up and running on CentOS

#Deploying work environment based on conda

  1. 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

  2. Deploy and activate runtime environment conda env create -f environment.yml conda activate ansible29

#Set hosts directory

Adding hosts

Used resources

Base of playbook copy-pasted from https://github.com/tcosta84/ansible-centos-django-stack