add certbot
This commit is contained in:
parent
b9517487fd
commit
3eb36e6c0b
30 changed files with 659 additions and 22 deletions
2
roles/ansible-role-certbot/meta/.galaxy_install_info
Normal file
2
roles/ansible-role-certbot/meta/.galaxy_install_info
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
install_date: Thu Oct 3 21:08:16 2019
|
||||
version: ''
|
||||
33
roles/ansible-role-certbot/meta/main.yml
Normal file
33
roles/ansible-role-certbot/meta/main.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: geerlingguy
|
||||
description: "Installs and configures Certbot (for Let's Encrypt)."
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- 6
|
||||
- 7
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- networking
|
||||
- system
|
||||
- web
|
||||
- certbot
|
||||
- letsencrypt
|
||||
- encryption
|
||||
- certificates
|
||||
- ssl
|
||||
- https
|
||||
Loading…
Add table
Add a link
Reference in a new issue