Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 0b4419b

Browse files
committed
updated documentation
1 parent 8387904 commit 0b4419b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,12 @@ Role Variables
2626
The variables that can be passed to this role and a brief description about
2727
them 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

4136
Note: The values for the list are listed in the examples below.
4237

0 commit comments

Comments
 (0)