Raspberry Pi – rsyslog fixes on Raspbian 8 (Jessie)
One of my Raspberry Pi (Raspberry Pi Model B Rev 2) is running quite old versio of Rasbian – although fully updated and patched. Today while checking the syslog on my raspberry…
Ajitabh Pandey's Soul & Syntax
Exploring systems, souls, and stories – one post at a time
One of my Raspberry Pi (Raspberry Pi Model B Rev 2) is running quite old versio of Rasbian – although fully updated and patched. Today while checking the syslog on my raspberry…
I was installing ansible on OpenSuSE Leap 42.3 machine and faced a problem with multiple python versions. I have both python 2.7 and python 3.4 installed on this machine. Python 2.7 is…
I was running some playbook today and realise that the command line arguments of ansible-playbook do not behaves expected. My playbook has the following defined – remote_user: root When I issued the…
Today I tried to upgrade my ansible to 2.2 as I wanted to use the remote_src=yes feature from the unarchive module. My operating system on this machine is Linux Mint 17.3. I…
I started on the ansible learning path about 6 months or so back and have been writing my roles for deploying / configuring various systems I manage. Today while writing a template…