tripleo-heat-templates/common
James Slagle 94df25e339 Convert with_dict tasks to use loop and be less chatty
with_dict is replaced by ansible's loop:
https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#with-dict

This migrates tasks using with_dict over to use loop instead.

Additionally, when using loop (or with_dict), the entire loop item is
logged by default. This makes these tasks very verbose since we're
looping over large json/yaml files. Instead, use loop_control and label
ot only log the item key. The entire data structure already exists in
the config-download directory anyway, so there's no need to log the
whole thing to the console.

Change-Id: I1fc7431dfc662212b6ca64f4f738760f25b0c30b
(cherry picked from commit 1b0c827930)
2018-10-04 07:31:40 -04:00
..
deploy-steps-tasks.yaml Convert with_dict tasks to use loop and be less chatty 2018-10-04 07:31:40 -04:00
deploy-steps.j2 Tag step plays 2018-09-28 12:14:18 +00:00
post.j2.yaml Consolidate puppet/docker deployments with one deploy steps workflow 2017-08-11 17:25:02 +00:00
services.yaml Update and upgrade tasks for services deployed via external deploy tasks 2018-08-02 15:04:15 +02:00