pylabs.letsencrypt_auth

letsencrypt_auth

Getting letsencrypt certs automatically with nginx frontend

Role Variables

letsencrypt_auth_domain_names:
  - FIRST_DOMAIN_NAME
  - SECOND_DOMAIN_NAME

Dependencies

  • pylabs.letsencrypt

Example Playbook

  roles:
    - role: pylabs.letsencrypt_auth
  vars:
    letsencrypt_auth_domain_names:
      - www.example.com
      - www.example.org

License

MIT

Author Information

William Wu

About

Getting letsencrypt certs automatically with nginx frontend

Install
ansible-galaxy install pylabs.letsencrypt_auth
GitHub repository
License
Unknown
Downloads
363
Owner