ansible-flask-stack
ansible-flask-stack copied to clipboard
Ansible role to setup and deploy Flask applications.
``` TASK [flask-stack : Run pre hooks] ********************************************************************************************************************************************************************************************************************** [WARNING]: could not parse environment value, skipping: ['flaskapp_app_environment'] failed: [ec2-13-55-18-20.ap-southeast-2.compute.amazonaws.com] (item=flaskapp_app_pre_hooks) => {"changed": false, "cmd": "flaskapp_app_pre_hooks", "item": "flaskapp_app_pre_hooks", "msg": "[Errno 2] No...
You misunderstand the use of tags (it's very confusing). As explained here: http://docs.ansible.com/ansible/latest/playbooks_tags.html `You can **ONLY** filter tasks based on tags from the command line with –tags or –skip-tags. Adding...
I get the error: TASK [ansible-flask-stack : Checkout the latest source code] *************************************************************************************************************************** fatal: [production]: FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --origin origin '' /opt/decision", "failed": true, "msg": "fatal:...
How do you use the stack, when manually included in a project, to deploy an application to a VPS?