fix readme

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

View File

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