Hi,
I often come across the situation where I need to apply some roles X,Y,Z on a bunch of machines. How do I do that without having to edit the list of roles in a playbook? In other words, could there be something of the type :
$ ansible-playbook -i role-applier.yml --extra-vars ‘roles=[“X”,“Y”,“Z”]’
Thanks,
Sankalp