What is the difference between a variable name and an environment variable?
Answer / 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 |
Where does the configuration file live and what can I configure in it?
Can you build your own modules with ansible?
Explain in detail about ad-hoc command?
How does configuration management is help an organization?
How does ansible work?
Describe the working of ansible.
How would you access a variable of the first host in a group?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
Explain a few of the basic terminologies or concepts in ansible.
How can you connect other devices within ansible?
Explain callback_plugin in ansible?
Is ansible an open source tool?