diff --git a/README.md b/README.md index 181de31..ea1eca0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ An Ansible Role that installs [Teleport](https://gravitational.com/teleport/) on Teleport is an SSH for Clusters and Teams +## Install + +``` +ansible-galaxy install woohgit.teleport +``` + ## Requirements diff --git a/defaults/main.yml b/defaults/main.yml index b82c51d..927ab0f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -teleport_version: "1.0.4" +teleport_version: "2.3.5" teleport_ssl_cert_path: "/etc/teleport" teleport_config_path: "/etc/teleport.yaml" teleport_nodename: 'teleport' diff --git a/templates/teleport.yaml.j2 b/templates/teleport.yaml.j2 index fdec1bf..8d91c35 100644 --- a/templates/teleport.yaml.j2 +++ b/templates/teleport.yaml.j2 @@ -15,7 +15,7 @@ teleport: max_connections: 1000 max_users: 250 log: - output: stderr + output: syslog severity: {{ teleport_log_level }} storage: type: {{ teleport_storage_type }}