commit 8d10acf620
Author: Robert Kaussow <mail@thegeeklab.de> Date: Tue Dec 28 17:18:11 2021 +0100 fix docs annotation
This commit is contained in:
parent
5a3768aa5b
commit
f3e2a6e626
18
index.md
18
index.md
@ -15,6 +15,7 @@ Manage linux network configuration.
|
||||
* [network_hostname](#network_hostname)
|
||||
* [network_hosts_entries](#network_hosts_entries)
|
||||
* [network_interfaces](#network_interfaces)
|
||||
* [network_routes](#network_routes)
|
||||
* [Dependencies](#dependencies)
|
||||
|
||||
---
|
||||
@ -100,6 +101,23 @@ network_interfaces:
|
||||
userctl: no
|
||||
```
|
||||
|
||||
### network_routes
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
network_routes: {}
|
||||
```
|
||||
|
||||
#### Example usage
|
||||
|
||||
```YAML
|
||||
network_routes:
|
||||
eth0: |
|
||||
10.168.0.1/32 via 0.0.0.0 dev eth0 scope link
|
||||
10.168.0.0/27 via 10.168.0.1 dev eth0
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user