Skip to content

Commit aeb5be6

Browse files
authored
README formatting
1 parent 430c91b commit aeb5be6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ should be a dict containing the following items:
2626
`libvirt_host_networks` is a list of networks to define and start. Each item
2727
should be a dict containing the following items:
2828
- `name` The name of the network.
29-
- `mode` The forwarding mode of the network, 'bridge', 'route' and 'nat' are supported.
29+
- `mode` The forwarding mode of the network, `bridge`, `route` and `nat` are
30+
supported.
3031
- `bridge` The name of the bridge interface for this network.
31-
- `ip` IP address of the virtual bridge, mandatory for 'route' and 'nat' mode.
32-
- `netmask` Netmask of the virtual bridge, mandatory for 'route' and 'nat' mode.
33-
- `domain` DNS domaine name for 'route' and 'nat' mode, default to the network name (optional).
34-
- `dhcp_start`First IP of the DHCP range in 'route' or 'nat' mode (optional).
35-
- `dhcp_end` Last IP of the DHCP range in 'route' or 'nat' mode (optional).
36-
37-
`libvirt_host_require_vt`is whether to require that Intel Virtualisation
32+
- `ip` IP address of the virtual bridge, mandatory for `route` and `nat` mode.
33+
- `netmask` Netmask of the virtual bridge, mandatory for `route` and `nat` mode.
34+
- `domain` DNS domain name for `route` and `nat` mode, default to the network
35+
name (optional).
36+
- `dhcp_start` First IP of the DHCP range in `route` or `nat` mode (optional).
37+
- `dhcp_end` Last IP of the DHCP range in `route` or `nat` mode (optional).
38+
39+
`libvirt_host_require_vt` is whether to require that Intel Virtualisation
3840
Technology (VT) is enabled in order to run this role. While this provides
3941
better VM performance, it may not be available in certain environments. The
4042
default value is `true`.

0 commit comments

Comments
 (0)