Logan V a5c9d97e18 Allow config_template to be loaded as a role
Currently when this repo loaded as a role instead of copied to
plugins paths, config_template tasks fail because:
FAILED! => {"msg": "module (config_template) is missing interpreter line"}

This is because ansible searches for action plugins in the action_plugins/
path of roles and plays instead of action/. See
https://docs.ansible.com/ansible/2.5/plugins/action.html#enabling-action-plugins
for information on this.

By simply symlinking action_plugins -> action we can make this work
in either scenario.

Change-Id: I59625e358e220b83d4a2580ac5f99bc11751ebdd
2018-06-17 14:36:48 -05:00
2018-03-26 12:53:57 +00:00
2018-02-26 14:42:49 +00:00
2018-05-14 20:40:10 +02:00
2018-05-14 20:40:10 +02:00
2018-02-26 14:42:49 +00:00
2016-02-01 16:47:07 +00:00
2016-09-28 12:04:13 +01:00
2018-03-26 09:07:24 +00:00
2018-02-26 14:42:49 +00:00
2017-03-02 11:52:19 +00:00
2018-03-28 10:10:27 +01: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%