Changes between Version 2 and Version 3 of windows/winrm
- Timestamp:
- 2016/01/22 18:33:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/winrm
v2 v3 47 47 [Y] はい(Y) [N] いいえ(N) [S] 中断(S) [?] ヘルプ (既定値は "Y"): Y 48 48 }}} 49 50 PowerShell上で、Ansibleの接続を許可するスクリプトを実行します。 51 52 {{{ 53 > Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile ConfigureRemotingForAnsible.ps1 54 }}}