mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
network: install ethtool package by default
The role uses ethtool to obtain the permanent MAC address of interfaces. It should be installed by the role as well.
This commit is contained in:
parent
f62dea9c10
commit
e0c492eeb5
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@ network_provider: "{{ network_provider_default }}"
|
|||
network_connections: []
|
||||
|
||||
network_service_name_default_nm: NetworkManager
|
||||
network_packages_default_nm: [ NetworkManager ]
|
||||
network_packages_default_nm: [ ethtool, NetworkManager ]
|
||||
|
||||
network_service_name_default_initscripts: network
|
||||
network_packages_default_initscripts: []
|
||||
network_packages_default_initscripts: [ ethtool ]
|
||||
|
||||
|
||||
# The user can explicitly set host variables "network_provider",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue