Hi,
When running roles on a set of machines, I end up writing a small playbook to specify the host pattern and roles to run. I was wondering instead of this, is there a easier method, so that this can be specified directly on command line.
For example
ansible all -r common -s
or if appropriate :
ansible-playbook all -r common, firewall
Advantages being, I don’t need to keep writing a small playbook to run a set of roles on a host pattern I already know.