This repository was archived by the owner on Oct 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,12 @@ Role Variables
2626The variables that can be passed to this role and a brief description about
2727them are as follows:
2828
29- # The list of ethernet interfaces to be added to the system
30- network_ether_interfaces: []
31-
32- # The list of bridge interfaces to be added to the system
33- network_bridge_interfaces: []
34-
35- # The list of bonded interfaces to be added to the system
36- network_bond_interfaces: []
37-
38- # The list of vlan interfaces to be added to the system
39- network_vlan_interfaces: []
29+ | Variable | Required | Default | Comments |
30+ | -----------------------| ----------| -----------| ---------|
31+ | ` network_ether_interfaces ` | No | ` [] ` | The list of ethernet interfaces to be added to the system. |
32+ | ` network_bridge_interfaces ` | No | ` [] ` | The list of bridge interfaces to be added to the system. |
33+ | ` network_bond_interfaces ` | No | ` [] ` | The list of bonded interfaces to be added to the system. |
34+ | ` network_vlan_interfaces ` | No | ` [] ` | The list of vlan interfaces to be added to the system. |
4035
4136Note: The values for the list are listed in the examples below.
4237
You can’t perform that action at this time.
0 commit comments