Currently, the wifi network interface in ansible scripts is hardcoded, however, the name for NUC7 (xenial) vs NUC10 (bionic) versions is different wlp58s0 vs wlp0s20f3. Create a global variable that specifies the platform type and is used to automatically select the correct parameters for installation.
Currently, the wifi network interface in ansible scripts is hardcoded, however, the name for NUC7 (xenial) vs NUC10 (bionic) versions is different wlp58s0 vs wlp0s20f3. Create a global variable that specifies the platform type and is used to automatically select the correct parameters for installation.