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:
Thomas Haller 2018-01-23 16:19:47 +01:00
parent f62dea9c10
commit e0c492eeb5

View file

@ -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",