[SKIP CI] update readme

This commit is contained in:
Drone Shipper 2019-10-18 08:56:45 +00:00
parent 22db4f75a5
commit 70c3f2bd55
1 changed files with 18 additions and 1 deletions

View File

@ -74,7 +74,15 @@ network_interfaces: {}
#### Example usage
```YAML
network_interfaces:
eth0:
bootproto: none
onboot: yes
hwaddr: "aa:bb:cc:dd:ee"
ipaddr: 192.168.0.5
prefix: 26
gateway: "192.168.0.1"
userctl: no
```
### network_hosts_entries
@ -85,6 +93,15 @@ network_interfaces: {}
network_hosts_entries: []
```
#### Example usage
```YAML
network_hosts_entries:
- hostname: myhost
fqdn: myhost.rknet.org
address: 1.2.3.4
```
## Dependencies
None.