From the course: Red Hat Certified Engineer (EX294) Cert Prep: 1 Foundations of Ansible

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

About provisioning

About provisioning

- Provisioning combines a set of actions to prepare a host with appropriate systems, data, and software, and make it ready for operation. The host that we provision could be a bare metal server, cloud platform, virtualized system, hypervisor, or even a network device. After bootstrapping, nodes can be connected to storage, added to load balancers, security patches, or even tasks executed. We can use Ansible to provision the host, and then configure it, deploy applications, and lastly, manage it. Provisioning with Ansible allows you to seamlessly transition into configuration management, orchestration, and application deployment using the same, simple, human readable automation language. Underneath virtualization and cloud platforms there are one or more physical servers. We can provision to bare-metal systems as Ansible integrates into many data center management invoke and enact provisioning steps. However…

Contents