mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 10:30:40 +02:00
Adding route53 dns as default challenge
This commit is contained in:
+10
-2
@@ -1,9 +1,15 @@
|
||||
---
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- role: geerlingguy.pip
|
||||
vars:
|
||||
pip_install_packages:
|
||||
- name: awscli
|
||||
|
||||
allow_duplicates: true
|
||||
|
||||
galaxy_info:
|
||||
role_name: certbot
|
||||
author: geerlingguy
|
||||
author: thiagoalmeidasa
|
||||
description: "Installs and configures Certbot (for Let's Encrypt)."
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
@@ -33,3 +39,5 @@ galaxy_info:
|
||||
- certificates
|
||||
- ssl
|
||||
- https
|
||||
- awscli
|
||||
- route53
|
||||
|
||||
Reference in New Issue
Block a user