Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ansible 2.x

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 Special Characters In Passwords

I read my root passwords from an encrypted ansible-vault file. But when I use it on ansible_become… Read more Ansible Special Characters In Passwords