ansilbe托管windows节点配置及测试
Posted cnmarkao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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”
以上是关于ansilbe托管windows节点配置及测试的主要内容,如果未能解决你的问题,请参考以下文章