joshbenner.certbot
joshbenner.certbot
Instala y configura certbot, el cliente oficial de Let's Encrypt.
Requisitos
- git
- cron (si se habilita cronjob)
Variables
Consulta defaults/main.yml
para ver todas las variables.
Variables requeridas:
certbot_account_email
certbot_agree_tos
Ejemplo de Configuración
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 }}"
Licencia
BSD
Instalar
ansible-galaxy install joshbenner.certbot
Licencia
bsd-3-clause
Descargas
1.1k
Propietario