Ansible commands cheatsheet
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
In this post, we will see a common NTP issue on IBM AIX server and its quick resolution. I. Issue "ntpq: read: A remote host refused an attempted connect operation."...
Today in this post, we will check how to create a windows VM instance on GCP and, Assigning/Changing Admin Password of the Windows machine. And how to connect to it...
Today we will discuss an interesting thing how to take GUI of any remote server via port forwarding. This tip is usually helpful to open ILO of a server which...
Today in this post, we will look how to run a command with root user, i.e. using sudo on remote server. And how to place it in a loop to...
In this post, we will look at an interesting tip to keep two directories in sync with each other. It helps us to take backup of a directory and perform...
Continuing from Part 1 Docker. In part 1, we have deployed a php container to host some files. However to change those files, we need to re-deploy the container. To...
Today lets have a look at an ansible playbook to copy a shell script to remote server and then run it as root. And finally get its output on our...