ansible / proposals

Repository for sharing and tracking progress on enhancement proposals for Ansible.
Creative Commons Zero v1.0 Universal
93 stars 19 forks source link

Wildcards/regex in Ansible tags #88

Open africanzoe opened 6 years ago

africanzoe commented 6 years ago

Proposal:

Author: Chafik Belhaoues <@africanzoe>

Date: 2017/11/08

Motivation

To be able to use regex and wildcards in the tags (with the flags: --skip-tags and --tags) to have the same level of flexibility and compatibility with the inventory patterns for ex.

Problems

What problems exist that this proposal will solve?

Solution proposal

Dependencies (optional)

N/A

Testing (optional)

Integration test need to be done.

Documentation (optional)

Documentation should be updated if such functionality is implemented.