Kevin Carter 99bfe27d7f
Fixed simple performance issue and deprecations
* Unquoted veriable deprecations have been resolved.
  [DEPRECATION WARNING]: Using bare variables is deprecated.
* Undefined variable references have been ressolved.
  [DEPRECATION WARNING]: Skipping task due to undefined Error,
* An Ansible performance issue has been discovered and fixed.
    When a task is "included", contains variables within the
    "include", and loads other tasks with conditionals that
    iterate  (using a lookup plugin) Ansible will spinlock for
    ~30 seconds per item per task. To resolve this the iteration
    using the lookup plugin was removed and the task broken out
    into individual tasks.

Change-Id: I1ca59bc71b93324900a2e68b9d83d075d8e8ce32
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-01 22:06:33 -05:00
..