
Local Values is defined in Terraform!!!
What is local value in terraform? These are variables that are local to a module. They are defined, assigned, and used in the same module, and defined in the “locals”…
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 not apply in…
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. Provisioners can be…
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 be changed. SSH…
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. ‘local’ temporarily changes…
Read more »
How to setup Gitlab in local machine ?
Download gitlab from https://www.gitlab.com/downloads/ Installation, setup, configuration, backup Instructions is given in… https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/doc/install/installation.md
Read more »