Jeff Geerling
|
09c8986636
|
Issue #107: PowerTools required to install via package on CentOS 8.
|
5 years ago |
Jeff Geerling
|
60d805f41b
|
Add probot/stale configuration to repository for stale issues.
|
5 years ago |
Jeff Geerling
|
6d26c0628d
|
Make sure molecule lint script has set -e option.
|
5 years ago |
Jeff Geerling
|
b158105fad
|
Fix ansible-lint issue with molecule test playbook.
|
5 years ago |
Jeff Geerling
|
21462d7da9
|
Update molecule configuration to work with 3.0.
|
5 years ago |
Jeff Geerling
|
724a3ed920
|
Update molecule configuration to work with 3.0.
|
5 years ago |
Jeff Geerling
|
57702b3544
|
Update molecule configuration to work with 3.0.
|
5 years ago |
Jeff Geerling
|
6e17af0ac5
|
Add CentOS 8 to supported platforms.
|
5 years ago |
Jeff Geerling
|
7a8b82d139
|
Remove Ubuntu 14.04 test because it's now broken. Add CentOS 8 and Debian 10.
|
5 years ago |
Jeff Geerling
|
980c3ea31d
|
YAML syntax fix.
|
5 years ago |
Jeff Geerling
|
6414a15183
|
Create FUNDING.yml
|
5 years ago |
Jeff Geerling
|
a49d4e63a1
|
Fixes #91: Warnings for ints in string fields in Ansible 2.8.x.
|
5 years ago |
Jeff Geerling
|
7efc6a50f5
|
Remove unused tests.
|
6 years ago |
Jeff Geerling
|
00dc226101
|
Fixes E305 linting error: use shell only when required.
|
6 years ago |
Jeff Geerling
|
be44ac2dcd
|
Update tests for optimum efficiency.
|
6 years ago |
Jeff Geerling
|
09b5bd20e9
|
Merge pull request #63 from adrianmoisey/patch-1
Fix path for example
|
6 years ago |
Jeff Geerling
|
e130839734
|
Merge pull request #62 from mbiberhofer/master
Fixed syntax issue in main/defaults.yml
|
6 years ago |
Adrian Moisey
|
6b519ffc4d
|
Fix path for example
|
6 years ago |
Mario Biberhofer
|
260a85222e
|
Fixed syntax issue in main/defaults.yml
v3.0.0 has introduced usage of the folded block scalar syntax
(see https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html)
for the certbot_create_command variable. The usage of quotes in this
case is wrong, resulting in a command not found error.
|
6 years ago |
Jeff Geerling
|
974fc81c9c
|
Update README wildcard docs. [ci skip]
|
6 years ago |
Jeff Geerling
|
a2348fdd64
|
Add note on Wildcard Certificates and Let's Encrypt. [ci skip]
|
6 years ago |
Jeff Geerling
|
d8beca4c1a
|
Merge pull request #60 from michaelpporter/master
Supports check of wildcard certs
|
6 years ago |
Jeff Geerling
|
53b02421c0
|
Fix Ansible lint issues.
|
6 years ago |
Jeff Geerling
|
0611410c3b
|
Fix Ansible lint issues.
|
6 years ago |
Jeff Geerling
|
5da6dd18cd
|
Fix Ansible lint issues.
|
6 years ago |
Jeff Geerling
|
e14d6eb04a
|
Switch tests to use Molecule.
|
6 years ago |
Michael Porter
|
ce4dacf632
|
Supports check of wildcard certs
Adds support to check for wildcard certs to not re-make them on subsequent runs
|
6 years ago |
Jeff Geerling
|
3f1a802d71
|
Fixes #25: Suggest using source install for more pleasant experience. [ci skip]
|
7 years ago |
Jeff Geerling
|
9a8c9ae417
|
Merge pull request #38 from geerlingguy/12-standalone-cert-generation
Issue #12: Add basic standalone certbot cert generation.
|
7 years ago |
Jeff Geerling
|
c27861fddc
|
Issue #12: New include techniques require Ansible 2.4 or later. [ci skip]
|
7 years ago |
Jeff Geerling
|
d3f98e4258
|
Fixes #12: Document how to generate certs automatically using certbot --standalone.
|
7 years ago |
Jeff Geerling
|
5f7c9e046c
|
Issue #12: Fix standalone cert generation, add full build-test-teardown playbook.
|
7 years ago |
Jeff Geerling
|
7651f0ac0b
|
Issue #12: Add basic standalone certbot cert generation.
|
7 years ago |
Jeff Geerling
|
574c0843c8
|
Fixes #37: Make renew command configurable.
|
7 years ago |
Jeff Geerling
|
f00a0ba181
|
Issue #6: Add more documentation around automatically generating certs.
|
7 years ago |
Jeff Geerling
|
01d801c4b7
|
PR #19 follow-up: Docs fixes and reordering defaults.
|
8 years ago |
Jeff Geerling
|
3b47bfb39e
|
Merge pull request #19 from exploide/package-install
Install Certbot with package
|
8 years ago |
Jeff Geerling
|
da3ad13935
|
Update test script README. [ci skip]
|
8 years ago |
exploide
|
932214698b
|
Merge branch 'master' into package-install
this incorporates the changes that switched to a more efficient and compact test setup
|
8 years ago |
Jeff Geerling
|
2f8a0f06d5
|
Switch to more efficient and compact test setup.
|
8 years ago |
exploide
|
24d40c7b10
|
use test-source-install for Debian 8 since certbot (and letsencrypt) packages are only available from jessi-backports repo
|
8 years ago |
exploide
|
1ca3e00b46
|
include distribution specific vars from files
|
8 years ago |
Jeff Geerling
|
065d889858
|
Add a LICENSE file for MIT license. [ci skip]
|
8 years ago |
Oskar Schöldström
|
da5a6738d5
|
Show playbook right after distro in tests, change ubuntu1204 -> debian8
|
8 years ago |
Oskar Schöldström
|
e82a68e331
|
Support Ubuntu 16.04 out of the box
|
8 years ago |
exploide
|
92ef96faff
|
notes on distributions which do not ship certbot package
|
8 years ago |
Oskar Schöldström
|
c82468099b
|
Run source-install tests for Ubuntu 14.04 as there's no package available
|
8 years ago |
Oskar Schöldström
|
1f89316182
|
Fix Centos6 tests by testing source install
|
8 years ago |
exploide
|
141dd08882
|
package module requires Ansible >= 2.0
|
8 years ago |
exploide
|
ef18833af5
|
made README more clear regarding package vs source installation
|
8 years ago |