Skip to content

Commit

Permalink
Update to 2.3.5 as default + small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
woohgit committed Nov 2, 2017
1 parent 7e5e7fa commit e24e126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion templates/teleport.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e24e126

Please sign in to comment.