fix readme
This commit is contained in:
parent
04b5d45794
commit
16db28d497
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user