nbering / terraform-inventory

An Ansible dynamic inventory script to pair with nbering/terraform-provider-ansible.
MIT License
175 stars 51 forks source link

Individual vars #10

Closed nbering closed 5 years ago

nbering commented 5 years ago

Starting out with a somewhat naive implementation for ansible_host_var and ansible_group_var. This is intentionally avoiding the case where keys may conflict. That will need some better merge strategy than last-in-wins, so some refactoring will be done in a follow-up PR to make that easier to manage.