On Friday, February 20, 2015 at 2:00:04 PM UTC+1, Brian Coca wrote:
You CAN use variables for hosts [...] also it would be:
hosts: "{{ 'security_group_' + cluster_name }}"
Hi Brian,
It did work as you wrote, thanks! I had to pass the variables form the command line with -e, as the variables I've tried to use before pulled from roles. Need to figure out a way to pull these to the playbook level apparently.
Regards,
Maciej