Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [windows]
  2. public IP adress
  3.  
  4. ---
  5. ansible_user: Administrator
  6. ansible_password: MyPassword
  7. ansible_port: 5986
  8. ansible_connection: winrm
  9. ansible_winrm_server_cert_validation: ignore
  10.  
  11. powershell.exe -File ConfigureRemotingForAnsible.ps1 -CertValidityDays 100
  12. powershell.exe -File ConfigureRemotingForAnsible.ps1 -EnableCredSSP
  13. powershell.exe -File ConfigureRemotingForAnsible.ps1 -ForceNewSSLCert
  14. powershell.exe -File ConfigureRemotingForAnsible.ps1 -SkipNetworkProfileCheck
  15.  
  16. 54.194.132.152 | UNREACHABLE! => {
  17. "changed": false,
  18. "msg": "ssl: HTTPSConnectionPool(host='54.194.132.152', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f74e9f85090>, 'Connection to 54.194.132.152 timed out. (connect timeout=30)'))",
  19. "unreachable": true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement