Jean-Philippe Evrard ad91b1a12b Make possible to use ansible 2.4
Ansible 2.4 has changed the interface for var plugins.
Our vars plugin shouldn't be used in ansible 2.4, because the
features we were looking for are now standard.

However the plugin is still shipped. So we need to ensure
this vars plugin doesn't get loaded on ansible 2.4.

Ansible will not load a vars plugin in its plugin location
if no VarsModule is defined. This commit abuses this
mechanism to conditionally load the vars module depending on
the version, at the expense of throwing a warning in
Ansible 2.4.

Change-Id: I6e57b64c767bc0c761d61f5f5b07da4f85f1ad08
2017-11-02 14:00:23 +00:00
2017-10-17 20:43:54 +00:00
2016-11-02 12:22:21 +11:00
2017-07-07 19:42:39 +00:00
2017-08-02 15:04:48 -05:00
2017-10-12 10:24:57 +00:00
2017-10-17 20:43:54 +00:00
2016-01-27 10:31:29 -06:00
2016-02-01 16:47:07 +00:00
2016-09-28 12:04:13 +01:00
2016-11-25 16:21:30 +01:00
2017-10-17 20:43:54 +00:00
2017-03-02 11:52:19 +00:00
2017-07-28 15:59:25 +00:00

Team and repository tags

image

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.

Description
Ansible action plugin to template arbitrary json ini yaml data
Readme 1.6 MiB
Languages
Python 100%