Logan V 5d6c040d18 Implement tag filter strategy
Renames the "artifacting" strategy to "tagfilter" and implements
a more generic tag skipping implementation that can be defined
from within the ansible vars structure dynamically on a per-host,
per-group, or per-playbook basis.

To use the tagfilter strategy, run the playbook with
strategy: tagfilter

and define a hostvar named "skip_tags". Skip tags can be a string
or a list, and any tag CONTAINING a skip tag (an exact match is not
needed) will be skipped.

Also added is a check for a var called "skip_handlers", defaulted
to True. When skip_handlers is enabled, no handlers will be run
regardless of whether the task is skipped or not. If set to False,
handlers will be allowed to run as normal except when tasks are
skipped by the skip_tags.

Change-Id: I649707e6744e03763c4e786d203716ebf657ab48
2017-02-24 09:35:48 -06:00
2017-02-06 09:03:20 -06:00
2017-02-16 03:44:24 -08:00
2016-11-02 12:22:21 +11:00
2016-02-29 15:20:34 -06:00
2017-02-03 18:58:55 +00:00
2017-02-24 09:35:48 -06:00
2017-02-24 09:35:48 -06:00
2016-09-23 15:46: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
2016-07-15 03:58:17 +00:00
2017-02-24 09:35:48 -06: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%