joshbenner.certbot

joshbenner.certbot

Zainstaluj i skonfiguruj certbota, oficjalnego klienta Let's Encrypt.

Wymagania

  • git
  • cron (jeśli włączony cronjob)

Zmienne

Zobacz defaults/main.yml dla wszystkich zmiennych.

Wymagane zmienne:

  • certbot_account_email
  • certbot_agree_tos

Przykład Konfiguracji

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 }}"

Licencja

BSD

O projekcie

Install and configure certbot

Zainstaluj
ansible-galaxy install joshbenner.certbot
Licencja
bsd-3-clause
Pobrania
1.1k
Właściciel