Explain the concept behind infrastructure as code (iac).
Answer Posted / 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 |
Post New Answer View All Answers
How can looping be done over a list of hosts in a group, inside of a template?
How do I keep secret data in my playbook?
How can you connect other devices within ansible?
What are the different components of ansible? Explain ansible architecture.
How to interpolate variables or dynamic variable names?
Is ansible an open source tool?
When should I use {{ }}?
Does ansible support hardware provisioning?
Write a playbook to create a backup of a file in the remote servers before copy.
Explain a few of the basic terminologies or concepts in ansible.
How do I access a variable name programmatically?
How does ansible work?
Explain in detail about ad-hoc command?
What is the use of ansible vaults?
How do I loop over a list of hosts in a group, inside of a template?