From d0a44d9f728d70cccf862c112819a3e84ff06738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20de=20Wit?= Date: Sat, 27 Oct 2018 11:15:40 +0200 Subject: [PATCH] Add missing variable in README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3988605..9b23161 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Role Variables - `autossh_port`: TCP port to connect to. Default: `22`. - `autossh_login`: Username used to authenticate on remote server. - `autossh_hostkey`: Host key of the remote server. +- `autossh_hash_host`: Host key of the remote server. Default: `no`. - `autossh_options`: Parameters added to the SSH command line, e.g. for port forwarding. An `autossh_public_keys` fact is set and contains a dictionary, indexed by the `autossh_name` value, with every public key.