@@ -26,15 +26,17 @@ should be a dict containing the following items:
26
26
` libvirt_host_networks ` is a list of networks to define and start. Each item
27
27
should be a dict containing the following items:
28
28
- ` 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.
30
31
- ` 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
38
40
Technology (VT) is enabled in order to run this role. While this provides
39
41
better VM performance, it may not be available in certain environments. The
40
42
default value is ` true ` .
0 commit comments