mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Rename module to certbot-route53
This commit is contained in:
parent
e5f663e5b3
commit
45b2915583
@ -4,7 +4,7 @@ services: docker
|
||||
|
||||
env:
|
||||
global:
|
||||
- ROLE_NAME: certbot
|
||||
- ROLE_NAME: certbot-route53
|
||||
matrix:
|
||||
- MOLECULE_DISTRO: centos8
|
||||
- MOLECULE_DISTRO: centos7
|
||||
|
@ -8,7 +8,7 @@ dependencies:
|
||||
allow_duplicates: true
|
||||
|
||||
galaxy_info:
|
||||
role_name: certbot
|
||||
role_name: certbot-route53
|
||||
author: thiagoalmeidasa
|
||||
description: "Installs and configures Certbot (for Let's Encrypt)."
|
||||
company: "Midwestern Mac, LLC"
|
||||
|
@ -31,4 +31,4 @@
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
roles:
|
||||
- geerlingguy.certbot
|
||||
- geerlingguy.certbot-route53
|
||||
|
@ -23,4 +23,4 @@
|
||||
|
||||
roles:
|
||||
- geerlingguy.git
|
||||
- geerlingguy.certbot
|
||||
- geerlingguy.certbot-route53
|
||||
|
@ -125,7 +125,7 @@
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
roles:
|
||||
- geerlingguy.certbot
|
||||
- geerlingguy.certbot-route53
|
||||
- geerlingguy.nginx
|
||||
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user