1. 21 Jan, 2014 1 commit
    • Store hosts for a play as a play attribute · e8ad36c8
      Operate on that play attribute to make things faster for larger
      inventories. Instead of making a round trip through inventory.list_hosts
      and working through some lengthy list comprehensions over and over
      again, calculate the potenital hosts for a play once, then reduce from
      it the unavailable hosts when necessary.
      
      Also moves how the %fail is done. The host count is a play level count
      of available hosts, which then is compared after each task to the
      current number of available hosts for the play. This used to get a new
      count every task which was also time expensive.
      Jesse Keating committed
  2. 20 Jan, 2014 12 commits
  3. 19 Jan, 2014 2 commits
  4. 18 Jan, 2014 3 commits
  5. 17 Jan, 2014 9 commits
  6. 16 Jan, 2014 12 commits
  7. 15 Jan, 2014 1 commit