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 |
How to install ansible?
Write an ansible playbook to automate the starting of ec2 instance.
How do I access a variable of the first host in a group?
What does fact mean in ansible?
Where does the configuration file live and what can I configure in it?
What is ansible role?
What is the difference between a variable name and an environment variable?
Is it unsafe to bulk-set task arguments from a variable?
How do I write an ansible handler with multiple tasks?
How do I configure a jump host to access servers that I have no direct access to?
Is ansible is an open source tool?
How do I submit a change to the documentation?