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

Finding A String Within An Stdout_lines Array

I am trying to find whether a certain letter exists in an stdout_lines array. I want the role to r… Read more Finding A String Within An Stdout_lines Array

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 - Start Python Flask Script In New Terminal Window

I have a Flask app that I'd like to deploy and start using Ansible. I've already got my pla… Read more Ansible - Start Python Flask Script In New Terminal Window