mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2024-11-24 22:36:38 +00:00
test markdown
This commit is contained in:
parent
1a2ce3429b
commit
2886540fc3
30
README.md
30
README.md
@ -15,21 +15,21 @@ Supported iterface types for network-scripts:
|
|||||||
<details>
|
<details>
|
||||||
<summary>IPs and PBR with Network Manager</summary>
|
<summary>IPs and PBR with Network Manager</summary>
|
||||||
|
|
||||||
network:
|
network:
|
||||||
network_manager:
|
network_manager:
|
||||||
iface:
|
iface:
|
||||||
- conn_name: ens256
|
- conn_name: ens256
|
||||||
ip4:
|
ip4:
|
||||||
- "100.127.2.2/29"
|
- "100.127.2.2/29"
|
||||||
routes4:
|
routes4:
|
||||||
- 0.0.0.0/0 100.127.2.6 table=200
|
- 0.0.0.0/0 100.127.2.6 table=200
|
||||||
- 100.127.2.0/29 100.127.2.2 table=200
|
- 100.127.2.0/29 100.127.2.2 table=200
|
||||||
- conn_name: dummy0
|
- conn_name: dummy0
|
||||||
type: dummy
|
type: dummy
|
||||||
ip4:
|
ip4:
|
||||||
- "18.12.3.1/32"
|
- "18.12.3.1/32"
|
||||||
routing_rules4:
|
routing_rules4:
|
||||||
- priority 5 from 18.12.3.1 table 200
|
- priority 5 from 18.12.3.1 table 200
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user