In Ansible 1.7, I can use --tags from the command-line to only run a subset of that playbooks tasks.
But I\'m wanting to bake into my playbook to run a set of roles wit
The use of conditionals can meet your needs.
You can see more information in my answer to another person's similar question here.