├── LICENSE ├── README.md ├── app.py ├── hosts.py ├── templates └── index.html ├── test.yaml └── test_playbook.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/app.py -------------------------------------------------------------------------------- /hosts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/hosts.py -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/templates/index.html -------------------------------------------------------------------------------- /test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/test.yaml -------------------------------------------------------------------------------- /test_playbook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlytiancai/ansible-celery-flask-demo/HEAD/test_playbook.py --------------------------------------------------------------------------------