Provisioning
Everything on SkillVeris tagged Provisioning — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(5)
Site Provisioning
How new SharePoint sites get created, templated, and governed at scale, from self-service creation to automated provisioning pipelines.
Ansible for Cloud Provisioning
Using Ansible's cloud modules and collections to create, modify, and configure cloud infrastructure declaratively, often in the same playbook run that configur…
Dynamic Provisioning
See how Kubernetes automatically creates storage volumes on demand via CSI provisioners instead of requiring admins to pre-create PVs.
Provisioning AWS Resources
A practical walkthrough of configuring the AWS provider and provisioning core compute, networking, and storage resources with Terraform.
Provisioning Azure and GCP Resources
Understand how the azurerm and google providers differ from AWS in structure and authentication, with practical examples of provisioning core resources on each…
Interview Questions(4)
What is Infrastructure as Code?
Infrastructure as Code (IaC) is the practice of provisioning and managing infrastructure — servers, networks, databases, and more — through machine-readable de…
What is Ansible?
Ansible is an open-source, agentless configuration management and automation tool that connects to remote machines over SSH and applies tasks written in human-…
What Are Ansible Roles and Why Use Them?
An Ansible role is a standardized, reusable directory structure that bundles tasks, handlers, variables, templates, and files for a single piece of configurati…
What Is an Ansible Inventory and How Does It Work?
An Ansible inventory is the file or dynamic source that lists the managed hosts Ansible can target, organized into groups, so a playbook can run tasks against…