GCE inventory nested groups

Hi Ansibles,

Is there a way to create nested groups for GCE inventory?

For example

[tag_elasticsearch:vars]

[tag_elasticsearch-prod:vars]

Please tell me if there is a way to do so or I am just doing it wrong and not the ansible way.

I am coming from 4 years puppet and 1 year chef.

this is how you create nested groups in the ini format:

[mastergroup:children]
childgroup1
childgroup2