dudefellah.gunicorn

gunicorn

这个角色将为您下载并安装gunicorn,并提供一些配置gunicorn服务的选项。

要求

无。

角色变量

请查看defaults/main中提供的值。每个值应附有描述其用途的注释。一个大的例外是那些将放置在gunicorn配置文件中的值。这些值与gunicorn的值相同,但前面加上了gunicorn_前缀。如果您想了解更多关于这些选项的信息,最好查阅gunicorn文档,而不是在这里寻找。

依赖

无。

示例剧本

例如:

- hosts: servers
  roles:
     - { role: dudefellah.gunicorn, gunicorn_service_name: my-web-service }

... 等等

许可证

GPLv2+

作者信息

Dan - github.com/dudefellah

关于项目

Install and configure gunicorn

安装
ansible-galaxy install dudefellah.gunicorn
许可证
Unknown
下载
7k
拥有者