redhat-cop / openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
Apache License 2.0
102 stars 61 forks source link

Add skip-tags functionality #118

Closed pcarney8 closed 4 years ago

pcarney8 commented 5 years ago

This wouldn't change the structure of the openshift_cluster_content.

But would allow for being able to skip over certain sections that we didn't want to be applied using the existing tags functionality

envisioning something very similar to what ansible already does, but passed as an extra var -e skip_tags=jenkins-persistent,nexus

name of the variable might be confusing with native ansible --skip-tags so maybe something like applier_skip_tags might be better