From 7271471109d1a86a343615890c9fca6a9793274d Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Wed, 27 Oct 2021 00:02:56 -0500 Subject: [PATCH] List the features --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d1c6fdf..d5477b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ Requirements Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. +Feature List +------------ + +* Apache deployed +* Enables HTTP/2 +* Enables and convets connections to HTTPS by default +* ACME based TLS Certificate request and renewal +* ACME uses Lets Encrypt by default, alternative ACME Providers may be specified +* Optionally act as a proxy to another URL +* Optionally redirect traffic to another URL +* Optionally populate DocumentRoot with git clone +* Multiple DocumentRoots supported, with aliases + Role Variables --------------