A flask app to get the password for Ansible
- Echoes and a sha512 encryption of when /somepassword is called. This is the main and only goal of this app. And yes it could be easier to do this, but I wanted to try flask.
- python 2.7
- pip
- flask module
- passlib module
- Clone the repository
- Install prerequisites, possibly with
pip install -r requirements.txt
- Execute the wsgi.py file
- Server is by default launched at 127.0.0.1:5000