openstack-ansible-os_gnocchi/vars
Jesse Pretorius 5932746fe1 Use uri module for git sourced configs
The current mechanism uses a lookup, causing the
fetch of the default templates to happen via curl
from the deployment node. This causes problems if
the deployment node does not have access to the
repo server web service, which may be the case in
high security environments.

This patch changes the mechanism to only use the
lookup module for the file content that is on the
deployment node, then falls back to using the uri
module to fetch the default content. This ensures
that the deployment node does not have to reach
into the environment for the content.

Change-Id: Ia067a7cd2bc4460462b55f4631eba6e8eb693b0f
(cherry picked from commit ff82da926b)
2017-05-16 09:35:27 +01:00
..
main.yml Use uri module for git sourced configs 2017-05-16 09:35:27 +01:00
redhat-7.yml Cleanup CentOS pkg 2017-05-09 02:19:20 +00:00
ubuntu-16.04.yml Add CentOS support for os_gnocchi role 2016-12-07 14:27:36 +00:00