Skip to content

Commit d187517

Browse files
author
mstanescu_adobe
committed
Cosmetic changes for readme
1 parent 5241f93 commit d187517

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -543,18 +543,16 @@ Teleport (https://goteleport.com/) provides secretless SSH.
543543
`ops` has support for using Teleport as ssh for the following operations: `ssh, tunnel, proxy, ansible play, run and sync`
544544
545545
In order to use Teleport an extra section needs to be added to the cluster config file:
546+
***
546547
```
547548
inventory:
548549
- plugin: cns
549550
args:
550-
**teleport_enabled: True**
551-
clusters:
552-
- region: us-east-1
553-
boto_profile: aam-npe
554-
names: ['{{ cluster }}']
551+
teleport_enabled: True -> add this to existing configuration
552+
555553
556-
**teleport:
557-
enabled: true**
554+
teleport:
555+
enabled: true -> add this whole block
558556
```
559557
560558
### Play

0 commit comments

Comments
 (0)