How do I access shell environment variables?
Answer / Ravi Kumar Gupta
In Ansible, you can access shell environment variables using the environment keyword in your playbook.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is configuration management and how does it help an organization?
Explain in detail about ad-hoc command?
Can you copy files recursively onto a target host? If yes, how?
What is ansible role and how are they different from the playbook?
What is the method to check the inventory vars defined for the host?
Is ansible an open source tool?
What are the ansible modules?
Desired to gain proficiency on ansible?
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?
How would you install ansible on a centos system?
How do I configure a jump host to access servers that I have no direct access to?
Is ansible is an open source tool?