Asim’s Tech Blog

Here I share my learned experience in the form of tech blogs to share with my colleagues and friends.

  • AWX LDAP Configuration

    Following settings will allow ldap authentication using active directory with Ansible AWX. For this article I am using plain-text LDAP. In production environments you will most likely use LDAPS which requires importing ADC cert or provide CA Cert – details for which I will next in my next blog, however for more details please visit: https://github.com/kurokobo/awx-on-k3s/blob/main/tips/trust-custom-ca.md…

  • Ansible AWX on Rocky Linux 9

    For this article, I install a virtual machine with Rocky Linux 9.4 with hardware of 4CPU, 8GB of RAM and 40GB of hard drive space. Lets update and install some packages. Disable Selinux and firewall. Firewall we can enable later on. Install Kubernetes by running: For latest version (Sep 2025): use this: For latest version…