I had a chance to deploy one of my running websites on another virtual machine. I wanted to improve performance as customers are paying for the product and wanted to give a faster experience. On the old site I used Apache with PHP mod apache to run the site. On the new site I went […]
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
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
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 […]
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 […]