parthaSdeb / ansible-monolithic_python_web-server

An ansible project to install and configure a python flask web application server with mariadb database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monolithic python web server installation and configuration

In this project we created a python Application using flask framework and as a database we used mariadb.

Requirements

  • Python2
  • pip package installer
  • mariadb

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - python_enviornment
     - mariadb
     - web_flask

License

BSD

Author Information

Partha Sarothi Deb Email: Parthadeb95@gmail.com

About

An ansible project to install and configure a python flask web application server with mariadb database.


Languages

Language:Python 100.0%