ansilbe托管windows节点配置及测试
以管理员身份运行powershell,否则会报错
以管理员身份运行命令提示符,然后运行以下命令,在powershell中运行会报错:
重启OS后
系统总内存:
ansible windows -m win_shell -a "(Get-WmiObject -Class Win32_ComputerSystem).TotalPhysicalMemory /1gb"
系统可用内存:
ansible windows -m win_shell -a "(Get-WmiObject -Class Win32_OperatingSystem).FreePhysicalMemory / (1mb)
cpu使用情况
ansible windows –m win_shell –a “(gwmi win32_processor).loadpercentage”