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:
|
env:
|
||||||
global:
|
global:
|
||||||
- ROLE_NAME: certbot
|
- ROLE_NAME: certbot-route53
|
||||||
matrix:
|
matrix:
|
||||||
- MOLECULE_DISTRO: centos8
|
- MOLECULE_DISTRO: centos8
|
||||||
- MOLECULE_DISTRO: centos7
|
- MOLECULE_DISTRO: centos7
|
||||||
|
@ -8,7 +8,7 @@ dependencies:
|
|||||||
allow_duplicates: true
|
allow_duplicates: true
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
role_name: certbot
|
role_name: certbot-route53
|
||||||
author: thiagoalmeidasa
|
author: thiagoalmeidasa
|
||||||
description: "Installs and configures Certbot (for Let's Encrypt)."
|
description: "Installs and configures Certbot (for Let's Encrypt)."
|
||||||
company: "Midwestern Mac, LLC"
|
company: "Midwestern Mac, LLC"
|
||||||
|
@ -31,4 +31,4 @@
|
|||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.certbot
|
- geerlingguy.certbot-route53
|
||||||
|
@ -23,4 +23,4 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.git
|
- geerlingguy.git
|
||||||
- geerlingguy.certbot
|
- geerlingguy.certbot-route53
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.certbot
|
- geerlingguy.certbot-route53
|
||||||
- geerlingguy.nginx
|
- geerlingguy.nginx
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user