aaronpederson / ansible-certbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-certbot

certbot is EFF's tool to obtain certs from Let's Encrypt

Licence PlatformsBuild Status

Tunables

  • certbot_domain (string) -

  • certbot_agree_tos (boolean) -

  • certbot_keep_until_expiring (boolean) -

  • certbot_email (string) -

  • certbot_source (string) -

  • certbot_owner (string) -

  • certbot_group (string) -

  • certbot_name (string) -

  • certbot_path (string) -

  • certbot_combined (boolean) -

  • certbot_path_public (string) -

  • certbot_path_private (string) -

  • certbot_path_combined (string) -

  • certbot_certificate_path (string) -

  • certbot_web_server (string) -

  • certbot_dry_run (boolean) -

Dependencies

  • None

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.certbot

Contributors

About

License:MIT License