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

Ansible 2.x Install Fails Due To Paramiko 2.0 Dependency Changes

Installing the latest Ansible via pip fails due to paramiko 2.0 changing their dependency from pycr… Read more Ansible 2.x Install Fails Due To Paramiko 2.0 Dependency Changes

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

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 Purchasing A Domain Name And Using Python To Parse The Xml Output

This is an action in my Ansible playbook: - name: Purchase Domain Name local_action: > … Read more Ansible Purchasing A Domain Name And Using Python To Parse The Xml Output

Is It Possible To Create A Fully Self-contained Python Package?

The question Ansible is a python moduel, installable via pip. It relies on several dependencies, al… Read more Is It Possible To Create A Fully Self-contained Python Package?

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?

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 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?