Starting with Ansible

Share

This article covers basics of ansible based automation Structure For the test/demo setup following structure is prepared Inventory preparation Let us see details of following inventory file: “home_hosts” is just a host group name to bundle set of hosts. You can have multiple groups. For eng say “datacentre1-hosts”, “datacentre2-hosts” “hosts” is a keyword and is […]

Opensearch fluentd stack

Share

After elasticsearch license changes, opensearch has forked out with Apache 2.0 opensource license in 2021. This is maintained by Amazon web services (AWS). In this article, we will walk through building opensearch stack using opensearch, opensearch-dashboards and fluentd. We are using debian 13 trixie, opensearch, opensearch-dashboards 3.10, fluentd 5.0.7. Obtain opensearch, opensearch-dashboards from https://opensearch.org/downloads/ and […]

Secure home network with raspberry pi based VPN gateway

Share

First walk through https://www.mka.in/wp/create-own-wifi-router-using-raspberry-pi-4/ to configure raspberry pi as wireless router. To build VPN gateway, I have used openvpn software and VPN services from https://www.cactusvpn.com, as it offered free 3 day trial without saving payment options. After making openvpn functional as gateway for entire home, I can change to other VPN providers or can extend […]

Raspbian distro upgrade

Share

My Raspberry pi boards are running on “buster” and now since “bullseye” is out, I thought to update them. While doing this, I thought to capture steps to help others. Here are the steps. First update repositories Now run full upgrade command Update raspberry pi firmware Next edit source.list at /etc/apt/sources.list to change distro from […]