stackbuilders.certbot

Warning: This library is no longer supported. It won't receive any updates, security fixes, or new features. It's kept here on GitHub for reference. If you still want to use it, it's best to copy the repository and check the code carefully first. For more details, contact us at info@stackbuilders.com.

Recommended Role:

DEPRECATED - Certbot from Let's Encrypt

Ansible Galaxy

This Ansible role helps you create one or more Let's Encrypt certificates using Certbot.

Requirements

You need Ansible version 2.3 or later, and you can find platform requirements in the metadata file.

Install

To install, run:

ansible-galaxy install stackbuilders.certbot

Getting Started

You must set the following variables:

  • {{ certbot_domains }}: A string with your domain names separated by commas. For example: 'myexample.com,myexample.net'
  • {{ certbot_email }}: Your email address for Certbot to send expiration reminders.

Role Variables

For the default variable values, check defaults/main.yml.

Example Playbook

Here's an example of how to use it:

- hosts: webservers
  become: yes
  roles:
    - role: stackbuilders.certbot
      certbot_domains: 'mydomain.com'
      certbot_email: '[email protected]'

License

MIT

Author Information

Stack Builders Inc.

Installa
ansible-galaxy install stackbuilders.certbot
Licenza
mit
Download
8.6k
Proprietario
Our team strives to push the boundaries of the software industry through quality, pragmatic custom solutions that bring the visions of our clients to life.