Thank you for your suggestions.

I'm in version 2.7.0
and apparently it's the 'platform' subset that hangs.


On Mon, Mar 18, 2019 at 8:30 PM Jordan Borean <[email protected]> wrote:

> What version of ansible are you on? IIRC there was a bug fixed in an older
> release that caused it to be really slow in a domain environment. It was
> fixed in 2.4, 2.5 https://github.com/ansible/ansible/pull/38646.
>
> If that isn't it you can use gather subset to try and track down what
> subset is hanging like;
>
> - hosts: windows
>   gather_facts: no
>   tasks:
>   - setup:
>       gather_subset:  # uncomment it one by one until it starts hanging
>       - min
>       #- hardware
>       #- network
>       #- external
>
> You can get a full list of groups here
> https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/windows/setup.ps1#L68
> .
>
> Thanks
>
> Jordan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/ad918a57-5ebb-4588-965a-3c61aeb209c1%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/ad918a57-5ebb-4588-965a-3c61aeb209c1%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
MVH
Gustaf Ankarloo
0723-232344

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CABMkOOtEfZngmizt8MzhP9TDhddrOeAxPy-MjSXMLsTn6oCn4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to