Skip to content

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

License

Notifications You must be signed in to change notification settings

ph20/ansible-centos-flask-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:/tcosta84/ansible-centos-django-stack

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages