
Terraform state explained!!!
By – christophchamp Terraform keeps the remote state of the infrastructure It stores it in a file called terraform.tfstate There is also a backup of the previous state in terraform.tfstate.backup When you execute terraform apply, a new terraform.tfstate and…
Read more »
Ansible inventory in one remote machine using command-line
You can specify inventory file host path or comma separated host list. Except “localhost”, you can always specify a inventory using “-i INVENTORY” or –inventory=INVENTORY. Also, there are two default…
Read more »
Ansible Error while executing adhoc commands/playbook in windows remote
Error – Failed to connect to the host via ssh Solution – You need to set ansible_connection=winrm to connect to windows [windows] 13.233.160.153 [windows:vars] ansible_connection=winrm Error – auth method ssl…
Read more »
How to access Ansible remote machine using SSH user and key?
How to access Ansible remote machine using SSH user and key? There are following ways, you can autheticte linux remote server using Ansible. Method 1 – Password Less authentication SSH…
Read more »Remote depot ” database access failed
scmuser created the topic: Remote depot ” database access failed I get following Errors.. what can be the reason? Remote depot ” database access failed. Access for user ‘remote’ has…
Read more »
Jenkins Remote access API Example | Jenkins Tutorial
Jenkins Remote access API Example Jenkins provides machine-consumable remote access API to its functionalities. Currently it comes in three flavors: XML JSON with JSONP support Python Remote access API is…
Read more »
How to run Remote Desktop Console by using command line?
How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc…
Read more »