Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.48 KB

File metadata and controls

45 lines (28 loc) · 1.48 KB

Infrastructure as code (IaC)

Infrastructure as code (IaC) is a type of IT setup wherein developers or operations teams automatically manage and provision the technology stack for an application through software, rather than using a manual process to configure discrete hardware devices and operating systems.

Duration

3 hours

Covered topics

  • Imperative scripting & declarative definitions
  • Immutable & mutable infrastructure
  • Developer environment with Vagrant
  • Provisioning with Ansible

Go to the content

Labs

  1. Part 1 - Using Vagrant with Shell Provisioner
  2. Part 2 - GitLab installation using Vagrant and Ansible Provisioner

Go to the labs

Homework

  1. Make GitLab healthcheck

Go to the assignment description

Resources

References:

Videos: