Categories
Uncategorized

keycloak on k8s

https://hub.helm.sh/charts/codecentric/keycloak https://github.com/helm/charts/tree/master/stable/keycloak https://www.youtube.com/watch?v=A_BYZ7hHWXE https://dev.to/techworld_with_nana/how-to-setup-a-keycloak-gatekeeper-to-secure-the-services-in-your-kubernetes-cluster-5d2d https://www.youtube.com/watch?v=u948CURLDJA&feature=youtu.be

Categories
Uncategorized

RBL – Balcklist resources

https://www.adampalmer.me/iodigitalsec/2014/11/22/dns-black-list-rbl-checking-in-python/ https://0xbharath.github.io/python-network-programming/protocols/dns/index.html http://www.dnspython.org/docs/1.16.0/ https://www.spamhaus.org/faq/section/DNSBL%20Usage#366

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 […]