Skip to content

create configuration playbooks that your servers can use to automatically install the needed software to run Python and Flask, and pull the latest Flask application repo to the server.

Notifications You must be signed in to change notification settings

ChaturvediSulabh/ansible-packer-deploy-simple-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

First, create the Flask app. This is the easy part! There’s a QuickStart Guide to working with Flask (http://flask.pocoo.org/docs/quickstart/). Deploy the site remotely using a combination of Absible playbooks and Hashicorp Packer.

specs

- OS: Debian Jessie 64-bit
- App Server: Gunicorn/Nginx (Native or Docker)
- Python: 2.7
- Flask: 1.0.2

Tasks

1. Launch the EC2 server (EG: using aws cli utilities)
2. Bootstrap the server
3. Run the application

About

create configuration playbooks that your servers can use to automatically install the needed software to run Python and Flask, and pull the latest Flask application repo to the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages