Ansibleのwin_dscモジュールを利用してWindowsノードにPowerShell DSC (Desired State Configuration) を適用する場合、通常はデフォルトで5985ポート(HTTP)を使用します。しかし、セキュリティ上の理由から5985ポートを閉じたいケースもあるでしょう。実際に私の環境でも ...
Microsoft's Desired State Configuration (DSC) is a declarative configuration platform. With DSC, the state of a machine is described using a format that should be clear to understand even if the ...