joshbenner.certbot
joshbenner.certbot
安装和配置 certbot,官方的 Let's Encrypt 客户端。
要求
- git
- cron(如果启用了 cronjob)
变量
请查看 defaults/main.yml
以获取所有变量。
必需的变量:
certbot_account_email
certbot_agree_tos
示例配置
certbot_account_email: [email protected]
certbot_version: v0.25.1
certbot_agree_tos: true
certbot_certs:
- name: main-site
domains:
- example.com
- www.example.com
method: standalone
- name: other-site
domains:
- other.example.com
method: dns-route53
env:
AWS_ACCESS_KEY_ID: "{{ my_aws_access_key_id }}"
AWS_SECRET_ACCESS_KEY: "{{ my_aws_secret_key }}"
许可证
BSD
安装
ansible-galaxy install joshbenner.certbot
许可证
bsd-3-clause
下载
1.1k
拥有者