fix readme

This commit is contained in:
Mohammed Naser 2019-04-04 22:39:17 -04:00
parent 04b5d45794
commit 16db28d497

View File

@ -11,6 +11,7 @@ your machine. It does not manage that for you.
## Usage ## Usage
This example below should be pretty self-explanitory. This example below should be pretty self-explanitory.
```yaml
--- ---
- hosts: vpn1.internal - hosts: vpn1.internal
roles: roles:
@ -43,3 +44,4 @@ This example below should be pretty self-explanitory.
- public_key: E/MU5hNb1mQ55ww0H0luxigNTXNNo/x49MRm5AcHLSI= - public_key: E/MU5hNb1mQ55ww0H0luxigNTXNNo/x49MRm5AcHLSI=
endpoint: vpn1.internal:51820 endpoint: vpn1.internal:51820
allowed_ips: 10.0.0.1 allowed_ips: 10.0.0.1
```