@@ -37,7 +37,6 @@ should be a dict containing the following items:
37
37
- ` name ` The name of the network.
38
38
- ` mode ` The forwarding mode of the network, ` bridge ` , ` route ` and ` nat ` are
39
39
supported.
40
-
41
40
- ` bridge ` The name of the bridge interface for this network.
42
41
- ` zone ` the firewalld zone for the bridge (defaults to public)
43
42
- ` ip ` IP address of the virtual bridge, mandatory for ` route ` and ` nat ` mode.
@@ -46,6 +45,18 @@ should be a dict containing the following items:
46
45
name (optional).
47
46
- ` dhcp_start ` First IP of the DHCP range in ` route ` or ` nat ` mode (optional).
48
47
- ` dhcp_end ` Last IP of the DHCP range in ` route ` or ` nat ` mode (optional).
48
+ - ` routes ` Optional list of additionals routes defined as following:
49
+ - ` address ` Address of the route, required.
50
+ - ` prefix ` Prefix of the route, required.
51
+ - ` gateway ` Gateway of the route, required.
52
+ - ` metric ` Metric of the route (optional).
53
+ - ` ipv6 ` IPv6 address of the virtual bridge (optional).
54
+ - ` ipv6_prefix ` IPv6 prefix of the virtual bridge (optional).
55
+ - ` routesv6 ` Optional list of additionals IPv6 routes defined as following:
56
+ - ` address ` IPv6 address of the route, required.
57
+ - ` prefix ` IPv6 previx of the route, required.
58
+ - ` gateway ` gateway of the route, required.
59
+ - ` metric ` metric of the route (optional).
49
60
50
61
` libvirt_host_require_vt ` is whether to require that Intel Virtualisation
51
62
Technology (VT) is enabled in order to run this role. While this provides
0 commit comments