Re: [ansible-project] Re: Intelligent loop for yum packages installation

2014-05-12 Thread Frederick Yankowski
> > We set up a local RHEL mirror just this week, thinking that that would > speed up ansible. It didn't. > > Running "yum: state=latest" entails running repoquery numerous times for > each package involved, based on snooping with "ps". A typical such > repoquery takes about two seconds on my m

Re: [ansible-project] Re: Intelligent loop for yum packages installation

2014-05-09 Thread Frederick Yankowski
Thank you, Alex! This works great for me in RHEL 6.5. It had been taking several minutes to run "yum state=latest" for just four packages (already installed). Now it finishes in just a few seconds. I was getting close to giving up on ansible because of the huge delays in every "yum" step. All