Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ansible

Getting "msg: Failed To Find Required Executable Easy_install" When Trying To Bring Up A Vagrant Instance With Ansible

One man. One mission. Configure a Vagrant machine with Ansible for use as a Python development envi… Read more Getting "msg: Failed To Find Required Executable Easy_install" When Trying To Bring Up A Vagrant Instance With Ansible

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: Iterate Over A Results Return Value Yum Module

Problem: I have many nodes that need package updates. Some of the nodes have these packages install… Read more Ansible: Iterate Over A Results Return Value Yum Module

Ansible + 10.11.6

I'm having a weird issue with Ansible on a (very) clean install of 10.11.6. I've installed … Read more Ansible + 10.11.6

Ansible Cannot Import Docker-py Even Though It Is Installed

I checked this post and followed the fix in both answers and neither worked. I'm opening a new… Read more Ansible Cannot Import Docker-py Even Though It Is Installed

How To Get Remote Stdout From Ansible Python Playbook Api

I know I can print the std out using the debug module of Ansible like below: --- - hosts: all tas… Read more How To Get Remote Stdout From Ansible Python Playbook Api

Ansible: Access Host/group Vars From Within Custom Module

Is there a way how one can access host/group vars from within a custom written module? I would like… Read more Ansible: Access Host/group Vars From Within Custom Module

How To Use Ansible Module Wait_for Together With Loop?

In Ansible 2.7.11 and wanted to use the module waif_for together with loops for connection test to … Read more How To Use Ansible Module Wait_for Together With Loop?