Categories
ansible

AWX: ERROR! No inventory was parsed, please check your configuration and options.

Ensure that your playbook sets hosts: all as awx manages your host definition As per AWX: Troubleshooting no inventory parsed Well that didn’t work still got the same issue. I found 4 relevant issues on github on the ERROR! No inventory was parsed, please check your configuration and options. issue: https://github.com/ansible/awx/issues/4746 https://github.com/ansible/awx/issues/3365 https://github.com/ansible/awx/issues/5535 Although there […]

Categories
ansible auto-remediation awx Containers Kubernetes

Walkthough of Creating and Running Plays on AWX

AWX Ad Hoc Test The first step before you do anything on AWX, is just get your toes wet and do a simple ad hoc command locally. To do this got to Inventories -> + Call it localhost. Next you have to actually add hosts or groups to this inventory. To do this edit the […]

Categories
ansible Containerisation

Installing Ansible AWX (Tower) on Kuberenetes 1.17 (Rancher)

AWX release versions don’t link up that well with ansible towers. The problem with that is that when reading user and admin docs of ansible tower, the versions don’t link up. Anyway AWX updates versions like wildfire so we are now on AWX version 11, this is probably outdated now so check the latest AWX […]

Categories
API python

HTTPX: An open stream object is being garbage collected; call “stream.close()” explicitly.

When using HTTPX I get the following error printed sometimes: An open stream object is being garbage collected; call "stream.close()" explicitly. According to these two github issues: An open stream object is being garbage collected; call "stream.close()" explicitly An open stream object is being garbage collected; call "stream.close()" explicitly This is a Python 3.8.0 issue. […]

Categories
book reviews Enterpreneur Wisdoms Programming

97 Things every Developer should Know – Summarised Notes

I came across this book due to it being popular on a top 10 list somewhere. Usually I take these "xxx you should know" or "Top 100 essential things" with a pinch of salt. Everyone is different and everyone has an opinion. Nonetheless I wanted to read this book and see what it is about. […]