From bddd29572076412a8a137446ffc01cc233c5a10c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Dec 2021 23:00:38 +0100 Subject: [PATCH] fix(README): steps --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31bd52b..561e2e8 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Setup gateway and client vm via ansible. -- Adapt IP-Adresse of the client and gateway VM in host_vars. -- Adapt name of the interfaces for booth VMs in host_vars. +- Adapt IP-Addresses of the client and gateway VM in `host_vars`. +- Adapt name of the interfaces for booth VMs in `host_vars`. - Configure your Router (Fritz!Box, SpeedPort, ect) to route traffic for - 192.168.181.0/24 via gateway. + `192.168.181.0/24` via `gateway`. +- Restart VMs after running the playbook ```bash ansible-playbook -i hosts.yaml gateway.linuxws2122.de.yaml