Re: [ansible-devel] Do we need StrageyBase._results_lock?

2021-03-22 Thread Matt Martz
I'll honestly say I was surprised too. I expected the opposite. These are questions that chew away at my days; Running endless performance profiling. On Mon, Mar 22, 2021 at 2:41 PM Alex Willmer wrote: > Huh, I would not have guessed that. Thanks, I'll try that next time I > can't explain the

Re: [ansible-devel] Do we need StrageyBase._results_lock?

2021-03-22 Thread Alex Willmer
Huh, I would not have guessed that. Thanks, I'll try that next time I can't explain the presence of some code. On Mon, 22 Mar 2021 at 15:39, Matt Martz wrote: > I did some basic performance testing here, and the lock as currently > implemented provides a decent performance improvement. > > On

[ansible-devel] RE: https://github.com/ansible/ansible/issues/73933 and https://github.com/ansible/ansible/issues/73932#issuecomment-802228667

2021-03-22 Thread jnm27
Hi, Concerning those two tickets above, please read my last comments. If nothing else, we would at least like the ability to have variables earlier in a dictionary definition referenceable in later variables within the same dictionary. Thanks -- You received this message because you are

[ansible-devel] How get all the containers of a pod

2021-03-22 Thread George Tsoumplekas
try to get all the containers that are included in a pod using ansible.. I have no experience in ansible and kubernetes. It is the first I have worked with ansible and kubernetes I use an iteration through the pods to get name's of the containers that are include in a pod. I face two