Ansible action plugin to template arbitrary json ini yaml data
Go to file
Kevin Carter 4ba94db7bb
Created deprecation filter
This filter can be used to notify users that an option has been deprecated.
The filter can be applied to any variable and can be made fatal.

USAGE:
{{ new_var | deprecated(old_var=old_var, old_var_name="old_var_name", new_var_name="new_var_name", removed_in="removed_in", fatal=false) }}'

Note that the key names need not be specified they're only shown in the usage
example for clarity.

PRACTICAL USAGE:
{{ new_var | deprecated(old_var, 'old_var_name', 'new_var_name', 'the next release') }}

Change-Id: Id4f830df4b96a9b0b0b7637c23dfe63dc142387c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-02-29 15:20:34 -06:00
action Add MultiStrOps support to config_template 2016-02-10 09:12:36 -06:00
callback Rename plugins folders to standard Ansible names 2016-02-10 00:54:11 +00:00
doc first commit 2016-01-25 18:07:53 -06:00
filter Created deprecation filter 2016-02-29 15:20:34 -06:00
library first commit 2016-01-25 18:07:53 -06:00
lookup Rename plugins folders to standard Ansible names 2016-02-10 00:54:11 +00:00
meta first commit 2016-01-25 18:07:53 -06:00
releasenotes/notes Add MultiStrOps support to config_template 2016-02-10 09:12:36 -06:00
.gitignore Updated repo for new org 2016-01-27 10:31:29 -06:00
.gitreview Updated repo for new org 2016-01-27 10:31:29 -06:00
CONTRIBUTING.rst first commit 2016-01-25 18:07:53 -06:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
README.rst first commit 2016-01-25 18:07:53 -06:00
dev-requirements.txt first commit 2016-01-25 18:07:53 -06:00
run_tests.sh first commit 2016-01-25 18:07:53 -06:00
setup.cfg first commit 2016-01-25 18:07:53 -06:00
setup.py first commit 2016-01-25 18:07:53 -06:00
test-requirements.txt Add MultiStrOps support to config_template 2016-02-10 09:12:36 -06:00
tox.ini Revise all lint tests and add consolidated 'linters' tox environment 2016-02-03 13:01:51 +00:00

README.rst

plugins collection

tags

openstack, cloud, ansible, plugins

category

*nix

Plugins used to power OpenStack-Ansible and our various roles.