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

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

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