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