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

Ansible Write Variables Into Yaml File

I have a specific ansible variable structure that I want to get from the vault into a yaml file on … Read more Ansible Write Variables Into Yaml File

Is It Possible To Setup A Debian System In A Deterministic Manner?

At work, we developed some Python software that runs on Raspbian (Debian Based), on a Raspberry Pi.… Read more Is It Possible To Setup A Debian System In A Deterministic Manner?

Using Ansible, How Can I Install Pythonbrew System-wide?

I'm trying to create a playbook with Ansible (v 1.3.3) to install Pythonbrew system-wide on a D… Read more Using Ansible, How Can I Install Pythonbrew System-wide?

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

Ansible - How To Use Selectattr With Yaml Of Different Keys

im pulling my hairs trying to do a simple thing (i thought it should be easy) with parsing a yaml a… Read more Ansible - How To Use Selectattr With Yaml Of Different Keys

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