Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHDP: Ansible Windows Workshop - provision fail / TASK infra-ec2-wait_for_windows_hosts #2012

Closed
rhjcd opened this issue Jul 19, 2023 · 1 comment

Comments

@rhjcd
Copy link
Contributor

rhjcd commented Jul 19, 2023

Problem Summary

example log: https://tower.dark-tower-prod.infra.open.redhat.com/#/jobs/playbook/1514768?job_search=page_size:20;order_by:-finished;not__launch_type:sync

AAP2 Windows constistently fails to deploy with this error:

TASK [infra-ec2-wait_for_windows_hosts : wait for windows host to be available (retry)] ***
fatal: [win1.example.com]: FAILED! => {"changed": false, "elapsed": 1020, "msg": "timed out waiting for ping module test success: ssl: HTTPSConnectionPool(host='ec2-3-16-223-175.us-east-2.compute.amazonaws.com', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f6ef6958898>, 'Connection to ec2-3-16-223-175.us-east-2.compute.amazonaws.com timed out. (connect timeout=30)'))"}

Issue Type

Bug

Extra vars file

x

Ansible Playbook Output

{
"msg": "timed out waiting for ping module test success: ssl: HTTPSConnectionPool(host='ec2-3-16-223-175.us-east-2.compute.amazonaws.com', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f6ef6958898>, 'Connection to ec2-3-16-223-175.us-east-2.compute.amazonaws.com timed out. (connect timeout=30)'))",
"elapsed": 1020,
"_ansible_no_log": false,
"changed": false
}

TASK [infra-ec2-wait_for_windows_hosts : wait for windows host to be available (retry)] ***
fatal: [win1.example.com]: FAILED! => {"changed": false, "elapsed": 1020, "msg": "timed out waiting for ping module test success: ssl: HTTPSConnectionPool(host='ec2-3-16-223-175.us-east-2.compute.amazonaws.com', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f6ef6958898>, 'Connection to ec2-3-16-223-175.us-east-2.compute.amazonaws.com timed out. (connect timeout=30)'))"}

Ansible Version

ok

Ansible Configuration

ok

Ansible Execution Node

CLI Ansible (Ansible Core)

Operating System

ok

@IPvSean
Copy link
Contributor

IPvSean commented Jul 20, 2023

same problem as last time, solved with #2014

@IPvSean IPvSean closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants