mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-06-29 02:53:07 +00:00
fix readme
This commit is contained in:
@ -30,12 +30,12 @@ For RHEL7 use:
|
|||||||
- name: ens256
|
- name: ens256
|
||||||
ip:
|
ip:
|
||||||
- ipaddr: "100.127.2.2"
|
- ipaddr: "100.127.2.2"
|
||||||
prefix: "/29"
|
prefix: "29"
|
||||||
- name: lo
|
- name: lo
|
||||||
type: loopback
|
type: loopback
|
||||||
ip:
|
ip:
|
||||||
- ipaddr: "18.12.3.1"
|
- ipaddr: "18.12.3.1"
|
||||||
prefix: "/32"
|
prefix: "32"
|
||||||
route:
|
route:
|
||||||
- default table 200 via 100.127.2.6
|
- default table 200 via 100.127.2.6
|
||||||
- 100.127.2.0/29 table 200 via 100.127.2.2
|
- 100.127.2.0/29 table 200 via 100.127.2.2
|
||||||
|
Reference in New Issue
Block a user