Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ansible 2.x

How Can I Get A List Of Hosts From An Ansible Inventory File?

Is there a way to use the Ansible Python API to get a list of hosts from a given inventory file / g… Read more How Can I Get A List Of Hosts From An Ansible Inventory File?

Ansible Loop And Update Dict

I'm trying to use Ansible to loop through a nested dict and add a new key:value. I'm able … Read more Ansible Loop And Update Dict