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…
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…
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…
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….
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…
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….
