What is the equivalent of using hiera as an ENC in Ansible?
Solution 1:
Ansible supports pulling host and group variables from one or more external inventory systems. Examples are included of pulling in inventory from Cobbler, EC2 and OpenStack. Ansible Tower also includes its own dynamic inventory source. It is also possible to write your own script to pull data from any source.