From a45698b50017d49db8dcd5fc711b6547eda05641 Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 27 Sep 2023 01:24:37 +0300 Subject: [PATCH] markdown --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cedbb4..9486750 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Supported iterface types for network-scripts: - ethernet (default) - loopback +Examples:
IPs and PBR with Network Manager @@ -33,7 +34,8 @@ Supported iterface types for network-scripts:
-Example for simple policy base routing with Network Manager: +
+ Simple policy base routing with Network Manager network: network_manager: @@ -45,7 +47,10 @@ Example for simple policy base routing with Network Manager: - priority 10 from {{ ansible_eth1.ipv4.address }} table 400 - priority 10 from 192.168.78.251 table 400 -Example with network-scripts: +
+ +
+ IPs and PBR with network-scripts network: network_scripts: @@ -68,3 +73,5 @@ Example with network-scripts: table: - number: 200 name: "prod" + +