Just a post highlighting the terrible quality of Spar Golden Corn Flakes. It looks good on the packaging but lurking beneath are unpopped corn kernels – ready to damage your teeth, cause potential choking or cause digestion issues. The Spar Golden Corn Flakes product is sub standard. It clearly does not go through the quality […]
When recently running ansible on a local virtual switch from juniper vqfx10k, I got the following error: $ ansible local -m ping [WARNING]: sftp transfer mechanism failed on [127.0.0.1]. Use ANSIBLE_DEBUG=1 to see detailed information [WARNING]: scp transfer mechanism failed on [127.0.0.1]. Use ANSIBLE_DEBUG=1 to see detailed information vqfx1 | FAILED! => { "changed": false, […]
Best Cape Town Cycling Routes
Blouberg – Chapmans (Reverse) Trail and Path MTB (102km) Onthego map Blouberg-Hout-Blouberg (78.5 km) Peak elevation is 261m (peak gradient 21%) Onthego map link Blouberg-Koeberg-Blouberg (38 km) Description: Flat and fast Estimated time: 2 hours Peak elevation is 37m On-the-go map link Blouberg-Chapmans-Blouberg (101km) On-the-go map link I had planned to do Blouberg-Hout-blouberg but then […]
AWX: A server error has occurred and Redis
Sometimes in the container based deployments of AWX, you get errors. As with any computer system with many moving parts in a distributed architecture. AWX has 4 containers when you run it: awx-web – a django applicaiton awx-task – a task runner awx-redis – the message queue / broker postgresql – the persistent storage database […]
Good day, in this post I will show you how to use Keycloak (Open source Redhat SSO) as the identity provider for AWX. I am basing this tutorial on the post on red hat SSO integration on ansible.com and from the AWX docs on SAML authentication Prerequisites You need the following set up: AWX instance […]