What is the difference between a variable name and an environment variable?
Answer Posted / Sukeerti Suresh
A variable name is a local, user-defined identifier used within a specific script or function to store data for later use. Environment variables are global variables that are available system-wide, across all processes, and can be set and accessed by the user or by scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does ansible support hardware provisioning?
Explain a few of the basic terminologies or concepts in ansible.
How can you create a lamp stack and deploy a webpage by using ansible?
Why is ‘{{ }}’ notation used?
What are ad-hoc commands? Give an example.
How do I write an ansible handler with multiple tasks?
What does fact mean in ansible?
How would you access a variable of the first host in a group?
What is configuration management and how does it help an organization?
What is ansible task?
What are ansible server requirements?
Is ansible is an open source tool?
What are the advantages of ansible?
What is ansible role?
What is ansible tower?