文件名称:ansible-gunicorn:Ansible Flask 应用程序栈
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-17 19:07:14
Ansible Flask 应用程序栈 组件 这个剧本构建了一个运行python Flask应用程序的环境,它由几层组成: MySQL Redis 虚拟环境 独角兽 导师 nginx 依赖关系 为了能够运行这个项目,你需要安装: Ansible 虚拟盒子 流浪汉 用法 在宿主机上安装好依赖后,你可以编辑文件group_vars/python-code.yml添加你的 github repo,然后运行环境: # git clone https://github.com/galal-hussein/ansible-gunicorn.git # cd ansible-gunicorn # vagrant up
【文件预览】:
ansible-gunicorn-master
----Vagrantfile(612B)
----playbook.yml(531B)
----LICENSE(18KB)
----roles()
--------nginx()
--------mysql()
--------supervisor()
--------python-code()
--------gunicorn()
--------redis()
----group_vars()
--------supervisor.yml(37B)
--------gunicorn.yml(40B)
--------redis.yml(39B)
--------nginx.yml(108B)
--------mysql.yml(119B)
--------python-code.yml(256B)
----hosts(114B)
----.gitignore(59B)
----README.md(604B)