ZeusWPI.nginx_certbot_base
NGINX 和 Certbot 基础安装
这是一个用于部署 NGINX 和 Certbot(letsencrypt)基础安装的角色。 要实际安装网站,需要 nginx_vhost 和 nginx_certbot_domain 两个角色。
要求
一个正常工作的操作系统,建议使用 Debian 或 CentOS。
角色变量
请查看 defaults/main.yml
,我在这里尝试记录每个变量的说明。
依赖项
没有依赖项。
示例剧本
这个示例将安装该角色:
- hosts: servers
roles:
- role: ZeusWPI.nginx_certbot_base
tags: nginx
但您可能想把它作为一个依赖项,或者使用 ZeusWPI.nginx_vhost
和 ZeusWPI.nginx_certbot_domain
角色,这些角色将此角色作为依赖项。
许可证
GNU 通用公共许可证 v3.0
作者信息
如有疑问、需要澄清或其他交流,请通过 [email protected] 联系我。
关于项目
A role to deploy a base installation of NGINX and letsencrypt. To actually install sites, the roles nginx_vhost and nginx_certbot_domain are needed.
安装
ansible-galaxy install ZeusWPI.nginx_certbot_base
许可证
Unknown
下载
126
拥有者
Zeus WPI is the student association for Computer Science at Ghent University. See also github.com/12urenloop and git.zeus.gent