|
|
@ -320,7 +320,7 @@ class AzureRMVirtualMachineScaleSetFacts(AzureRMModuleBase):
|
|
|
|
self.log('Could not extract load balancer / virtual network name')
|
|
|
|
self.log('Could not extract load balancer / virtual network name')
|
|
|
|
|
|
|
|
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
ssh_password_enabled = (not vmss['properties']['virtualMachineProfile']['osProfile'],
|
|
|
|
ssh_password_enabled = (not vmss['properties']['virtualMachineProfile']['osProfile']
|
|
|
|
['linuxConfiguration']['disablePasswordAuthentication'])
|
|
|
|
['linuxConfiguration']['disablePasswordAuthentication'])
|
|
|
|
except Exception:
|
|
|
|
except Exception:
|
|
|
|
self.log('Could not extract SSH password enabled')
|
|
|
|
self.log('Could not extract SSH password enabled')
|
|
|
|