data modeling - group_vars and inventory with deeply nested subdirectories - example included

520 views
Skip to first unread message

Joey Freeland

unread,
Jun 8, 2021, 5:19:32 PM6/8/21
to Ansible Development
I'm very new to using ansible; please forgive my ignorance.

I need to manage groups of machines that all look identical in their "group."  For various reasons I cannot just use an instance template in my cloud providers and some on-host bootstrap to configure the nodes when they start.

I have managed to get all of my variables to properly include by doing something like https://github.com/jfreeland/ansible-structure.  Give it a shot.

This is not what other examples tend to look like.  I've spoken with a couple peers who were surprised this worked and suggested not going this route.

For various reasons I have to use ansible 2.9 for now.  I don't see any reason in https://github.com/ansible/ansible/blob/v2.9.22/lib/ansible/inventory/group.py why I wouldn't be able to do what I'm doing.

Is this not 'supported'?

Is this an anti-pattern?

Can anyone recommend an alternative or more appropriate approach to deeply nested group variable inheritance with as little repeating yourself as practical?

Joey Freeland

unread,
Jun 8, 2021, 5:24:43 PM6/8/21
to Ansible Development
https://github1s.com/jfreeland/ansible-structure makes the structure a bit easier to digest if you're not already a github1s user.

Sloane Hertel

unread,
Jun 14, 2021, 2:11:03 PM6/14/21
to Ansible Development
I find the flattened common-example directory easier to read. It looks like the host vars issue is because REGION is defined in a couple places instead of CLUSTER_REGION.

It may be worth taking a look at the generator inventory plugin, which was added in 2.6. It looks like you're adding the group structure after adding the hosts, but you could probably also easily tweak the plugin to only generate groups. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/generator_inventory.html
Reply all
Reply to author
Forward
0 new messages