mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2024-11-24 22:36:38 +00:00
markdown
This commit is contained in:
parent
1e7ec7961f
commit
a45698b500
11
README.md
11
README.md
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user