@@ -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
2727should 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
3840Technology (VT) is enabled in order to run this role. While this provides
3941better VM performance, it may not be available in certain environments. The
4042default value is ` true ` .
0 commit comments