@guiand888 Hey, the plugin does support composite vars. However I believe the idiomatic way to do what you want is this:

group_vars/ gp1.yml gp2.yml

And then:

# gp1.yml ansible_user: admin # gp2.yml ansible_user: anotheradmin