From 6754b139c4f397494876d509b4e9c12ffca4c076 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Fri, 1 Feb 2019 18:46:03 +0100 Subject: [PATCH] Fix: harmonize readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63e9836..9e5f560 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Push a reverse caddy config file Requirements ------------ +Needs [galaxy-vagrant](https://git.stdcall.me/ansible-galaxy/galaxy-vagrant) to run tests + Caddy webserver Role Variables @@ -16,14 +18,11 @@ Role Variables - caddy_conf: caddy config directory - caddy_confd: caddy conf.d directory - caddy_www: /var/www/caddy - - reverse_location: reverse destination point - reverse_port: port to redirect to - - websocket_path: path to websocket (optional) - websocket_localtion: reverse destination point for websocket config - websocket_port: websocket port to redirect to - - vhost_name: name of the vhost Dependencies