yorc icon indicating copy to clipboard operation
yorc copied to clipboard

Some specific Ansible playbook execution hangs forever

Open stefbenoist opened this issue 6 years ago • 2 comments

Issue Type

Put an X between the brackets of the corresponding issue type

  • [X] Bug report
  • [ ] Documentation issue report
  • [ ] Improvement request

Description

  • Reproduced with consul Server component at create operation on GCP
  • Seems to be related to https://github.com/ansible/ansible/issues/30411 and OpenSSH connection
  • Not reproduced with Paramiko

Priority

High / Medium / Low

  • High = We should stop anything we are doing and do this. If you're writing this calmly, you should probably choose another option. If it's really that urgent, please make sure we read this.
  • Medium = It's important that we do this within a few days.
  • Low = We will consider this on our next sprint planning.

(Please be aware that your priority may not match ours, we'll use this as guidance only).

stefbenoist avatar Jan 08 '19 14:01 stefbenoist

same issue , ansible 2.7.5, run ansible playbook with jenkins, it stuck "TASK [Gathering Facts]" forever

wuyd2 avatar Jan 11 '19 09:01 wuyd2

In some of my experiments this is due to a lack of entropy on virtual machines when generating random numbers. This could be solved but installing Haveged or VirtIO RNG on VM images.

loicalbertin avatar Aug 08 '19 09:08 loicalbertin