This commit is contained in:
ace 2023-09-27 01:24:37 +03:00
parent 1e7ec7961f
commit a45698b500
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -12,6 +12,7 @@ Supported iterface types for network-scripts:
- ethernet (default)
- loopback
Examples:
<details>
<summary>IPs and PBR with Network Manager</summary>
@ -33,7 +34,8 @@ Supported iterface types for network-scripts:
</details>
Example for simple policy base routing with Network Manager:
<details>
<summary>Simple policy base routing with Network Manager</summary>
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:
</details>
<details>
<summary>IPs and PBR with network-scripts</summary>
network:
network_scripts:
@ -68,3 +73,5 @@ Example with network-scripts:
table:
- number: 200
name: "prod"
</details>