Terraform Tutorials: Local Values using Local Block

What is local value in terraform? In Terraform, a locals block is used to define local variables within a module, allowing you to create reusable expressions and…

Read More

GitLab Tutorials: How to setup Gitlab in local machine ?

Port Specification System Requirements Centos 7 Docker Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read More

Top 21 Local Search Engine and Local Business Listing websites in 2021-22

Today, after the pandemic more than 90% of online experiences start with Search Engines. When someone wants to find businesses, products, services, or maybe any kind of…

Read More

How to declare a local & global variable in PHP?

Local Variable:- Local Variables mean local is declared inside a function. Its value applies in any function. When local variable value modified in one function then changes…

Read More

Understanding local-exec provisioner in terraform

Terraform Provisioners can be used to do specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure resources….

Read More

Ansible execution connection type

Ansible executes playbooks in the remote server using following connection type. To change the connection type, you need to pass host-specific parameter ansible_connection=<connector>, the connection type can…

Read More

The difference between my and local

rajeshkumar created the topic: The difference between my and local There is a subtle difference. In the example below, $::a refers to $a in the ‘global’ namespace….

Read More