Jean-Philippe Evrard 655d777734 Add a new strategy filtering tasks
Ideally Ansible should allow (from a playbook) to run only part
of a role thanks to its tags (like the --skip-tags or --tags from
the cli). But it's not possible now.

This code is a PoC code for introducing a kind of filtering,
which basically skips tasks containing the word "config".

If you are building lxc images ("artifacts") of a role, you
probably don't want to run all the tasks in the role, and don't
want to run the handler tasks (because they start software for
example). This also addresses it.

To use this work, just include strategy: artifacting in your
play.

Change-Id: I006bc640c6563c959ceb835ddf5bef8d25dd7517
2017-02-22 19:38:29 +00: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
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

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%