Ansible is a software tool that offers simple but powerful automation for cross-platform operating systems and computer support. It is mainly planned for IT professionals, who use it for application deployment, updates on workstations and servers, cloud provisioning, configuration management, intra-…
Blog posts : "Devops"
Install kubectl.exe on windows using PowerShell
I was testing kubernetes in my environment and wanted to deploy kubectl.exe tool on couple of my colleagues system, which I can install or update easily remotly. For this I have written small script which will download latest version of kubectl.exe and set a Environment variable for the same. You ca…
Step by Step guide to push your first project to github.com
Part 1 Git version control integration in Visual Studio Code
Part 2 Git master branch source control integration in Visual Studio Code
Part 3 Git clone version control integration in Visual Studio Code
I have already wrote few articles on how to use git earlier, but they where completely …
Ansible get information from esxi advanced settings nested dictionary with unique keynames
After my earlier post ansible create an array with set_fact, I wanted to grab some selected information from VMware ESXi Advanced setting. but the problem was when I use ansible module vmware_host_config_info, information generated here was in below json format. (Note: There are tons of advanced…
ansible create an array with set_fact
In one of my vSphere Ansible automation task, I was looking for to create a new array variable using set_fact. here I have achieved the same task using 2 different playbook with small way procedure. In the both methods on the vars I have defined infra variable where I have defined my VMware esxi s…
Resolved: Git warning LF will be replaced by CRLF in file
While using git add command I was receiving below error.
warning: LF will be replaced by CRLF in ansible.cfg.
The file will have its original line endings in your working directory
In Unix systems the end of a line is represented with a line feed (LF). In windows a line is represented with a …
Ansible selectattr The error was TemplateRuntimeError no test named 'equalto'
I was working on small Ansible playbook project and wrote a msg to filter nested yaml dictionary as below, in the script is was using selectattr() function to list only selected filtered attribute property information.
Getting started Ansible AWX tower for IT automation run first playbook
Ansible for VMwary Using vmware_vm_inventory dynamic inventory plugin
Since I started using Ansible for VMware management, Daily I am exploring new thing on vSphere Ansible, and stumbled upon interesting dynamic inventory plugin named vmware_vm_inventory from url https://docs.ansible.com/ansible/latest/plugins/inventory/vmware_vm_inventory.html (for more about pa…
Remote: Permission to UserName/repo.git denied to OtherUserName fatal: unable to access 'https://github.com/UserName/repo.git/': The requested URL returned error: 403
I was working on the one of the clients project hosted on github.com, I cloned the repo locally added few files to local repo and staged/committed project locally all was good.
git add .
git commit -m 'test'
But when tried to push the changes on remote repo on github.com. I was receiving …
Getting started Ansible AWX tower for IT automation run first playbook
In this article I will show how to use and run basic playbook with Ansible AWX tower portal. Ansible Tower is a Red Hat product it helps you to centralize and control your IT infrastructure with a visual dashboard, role-based access control, job scheduling, integrated notifications and graphical …
Using Ansible for Managing VMware vSphere Infrastructure
On this second part article of after How to install Ansible on Linux for vSphere configuration, I have written here 2 Ansible playbook files (play tasks created) to configure VMWare ESXi servers. Language for the ansible playbook files is YAML/YML format. When using Ansible to use on VMware vSph…
Part 3 Git clone version control integration in Visual Studio Code
Part 1 Git version control integration in Visual Studio Code
Part 2 Git master branch source control integration in Visual Studio Code
Part 3 Git clone version control integration in Visual Studio Code
All the earlier articles were to create a new git repository locally first and push/uploa…
Part 2 Git master branch source control integration in Visual Studio Code
Part 1 Git version control integration in Visual Studio Code
Part 2 Git master branch source control integration in Visual Studio Code
Part 3 Git clone version control integration in Visual Studio Code
Origin/Master and branches works as code snapshot/checkpoint, The default branch name in …
Part 1 Git version control integration in Visual Studio Code
Part 1 Git version control integration in Visual Studio Code
Part 2 Git master branch source control integration in Visual Studio Code
Part 3 Git clone version control integration in Visual Studio Code
This article will get you to using GIT version control tool with Visual Studio Code. Git …
VS code remote ssh could not establish to host, connecting was canceled
This article is based on one of the issues I was facing while configuring VSCode Remote - SSH.
Earlier Parts
How to Setup Passwordless SSH Login on Windows
configure remote ssh extension on visual studio code
Here I configured second linux host in ssh config file. This one is not passwor…
configure remote ssh extension on visual studio code
In my earlier article I wrote How to Setup Passwordless SSH Login on Windows to ease my tasks, to connection between Windows to Linux and this is a second part of the article. I use visual studio code to write my all devops codes, most of the time whenever I want to test the script on linux, free t…
How to Setup Passwordless SSH Login on Windows
Since I upgraded my laptop to Windows 10, I started using inbuilt tool SSH.exe to connect openssh servers (linux) instead of external tools like putty.exe. Here whenever I want to connect to linux through ssh, it prompts for password each time for new login. To make linux passwordless connection ov…
Docker Error response from daemon i\o timeout internet proxy
In this article after installing docker (How to install Docker on Linux) and configuring its service (Cannot connect to the Docker daemon at unix:var run docker.sock. Is the docker daemon running) next step is to download docker containers from docker hub (internet) for testing purpose.
My dock…
Cannot connect to the Docker daemon at unix:var run docker.sock. Is the docker daemon running
After writing article How to install Docker on Linux I tested it with command docker version, everything was good but no docker engine related information was there and on the last line I saw error Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?,…
How to install Docker on Linux
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. This is step by step guide …
Blog Search
Page Views
8960485
Archive
- January 2023 (1)
- December 2022 (10)
- November 2022 (15)
- October 2022 (15)
- September 2022 (14)
- March 2022 (8)
- December 2021 (9)
- November 2021 (6)
- October 2021 (12)
- September 2021 (10)
Comments
-
January 27, 2023 04:44AM
-
Saeed AhmedJanuary 22, 2023 03:05PM
-
dvJanuary 19, 2023 01:24AM
-
NikolausJanuary 18, 2023 09:44PM
-
AnonymousJanuary 16, 2023 11:49PM