From 8e133df7772a77e19770d9c5245ee694b2e50be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bourqui?= Date: Sat, 19 Oct 2019 01:54:36 +0200 Subject: [PATCH] fix typo, add some comment on inventory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bc9b25..b06d0cd 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Example Playbook - wireguard ``` -Example Inventory usint 2 different WireGuard interfaces on host multi +Example Inventory using 2 different WireGuard interfaces on host multi ---------------------------------------------------------------------- This is a complex example using yaml inventory format @@ -270,7 +270,7 @@ vpn1: wireguard_postdown: "iptables -t nat -D POSTROUTING -o ens12 -j MASQUERADE" vpn2: hosts: - multi-wg1: + multi-wg1: # use a different name, and define ansible_host, to avoid mixing of vars without needing to prefix vars with interface name ansible_host: multi wireguard_interface: wg1 wireguard_port: 51821 # when using several interface on one host, we must use different ports