Explain the concept behind infrastructure as code (iac).
Answer / Ashutosh Pratap Singh
Infrastructure as Code (IaC) is the practice of managing and provisioning IT infrastructure through code files instead of manual processes. By treating infrastructure as code, you can version, test, and automate the deployment of infrastructure components like virtual machines, networks, and storage. This allows for consistent, repeatable deployments and improves overall efficiency.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some advantages of using ansible.
How can one interpolate variables or dynamic variable names?
How do I set the path or any other environment variable for a task?
Does ansible support aws?
How to keep secret data in playbook?
What is ansible tower?
Is ansible is an open source tool?
What is ansible galaxy?
How can I set the path or any other environment variable for a task or entire playbook?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
Is there a web interface / rest api / etc?
What are ansible server requirements?