docs: update indentation in vip.md

Wrong YAML indentation.

Signed-off-by: AvnarJakob <75129695+AvnarJakob@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
AvnarJakob 2024-02-07 13:26:05 +01:00 committed by Andrey Smirnov
parent 383e528df8
commit 61c3331b14
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 9 additions and 9 deletions

View File

@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```
## Caveats

View File

@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```
## Caveats

View File

@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
physical: true # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```
## Caveats