ELB uses elb name as attached security group
The current ELB role uses {{ item.name }} as an attached security group, which makes it reliant on using the same exact naming for security groups. Please change it so it uses {{ item.security_groups }} so users can feed a list of custom security group names instead, to make these roles more independent of each other.