MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev00 When ANSIBLE_CONFIG was setMar 16 · 2 min read · 1️⃣ When ANSIBLE_CONFIG was set First output showed: config file = /tmp/ansible.cfg That means the environment variable ANSIBLE_CONFIG was pointing to /tmp/ansible.cfg. Environment variable has higheJoin discussion
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev00Ansible Automation – Configuration PathMar 16 · 2 min read · Ansible Automation – Configuration Path 4 Key Idea When you install Ansible using virtualenv, the command: ansible --version may show: config file = None This means Ansible has not found any cJoin discussion
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev00Install Ansible on Amazon EC2 (Ubuntu)Mar 16 · 4 min read · Install Ansible on Amazon EC2 (Ubuntu) 1️⃣ Connect to EC2 Instance From your local machine connect using SSH: ssh -i keypair.pem ubuntu@EC2-PUBLIC-IP Example ssh -i mykey.pem ubuntu@54.xx.xx.xx 2️⃣Join discussion
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev00install minikube Mar 7 · 14 min read · 1️⃣ Install VirtualBox Oracle VM VirtualBox is required because Vagrant uses it to run virtual machines. Download Go to:https://www.virtualbox.org/wiki/Downloads Install it normally. 2️⃣ Install VagrJoin discussion
MKMUKESH KUMAR MAHTOinmytrack.hashnode.dev00Install Kubernetes on AWS EC2 (Using kubeadm)Mar 7 · 3 min read · Install Kubernetes on AWS EC2 (Using kubeadm) Architecture 4 A Kubernetes cluster contains: Master / Control Plane Node API Server Scheduler Controller Manager etcd Worker Nodes kubeletJoin discussion