openstack-ansible-os_gnocchi/vars
Jesse Pretorius ff82da926b 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
2017-05-12 11:29:54 +01:00
..
main.yml Use uri module for git sourced configs 2017-05-12 11:29:54 +01:00
redhat-7.yml Cleanup CentOS pkg 2017-05-05 11:18:52 -04:00
ubuntu-16.04.yml Add CentOS support for os_gnocchi role 2016-12-07 14:27:36 +00:00