Skip to content
/ infra-labs Public template

Lab assignments for the Infrastructure Automation course.

License

Notifications You must be signed in to change notification settings

HoGentTIN/infra-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure Automation - Lab assignments

This repository contains the lab assignments for the course Infrastructure Automation, which is part of the Bachelor Applied Computer Science programme at HOGENT.

The goal of these assignments is to get familiar with concepts like Infrastructure as Code, container virtualization, CI/CD, monitoring, etc.

The assignments can be found in the assignment directory.

This repository also contains some scaffolding code for setting up virtual environments so students can get started quickly. They are based on ansible-skeleton, a framework for quickly setting up an Ansible development and testing environment powered by Vagrant.

  • dockerlab: sets up a VM to experiment with container virtualization.
  • vmlab: a lab environment that, when you're finished, will consist of several VMs set up using Ansible.

The code works on Windows, macOS and Linux. The setup is meant to be run against VirtualBox as virtualisation platform. VMWare workstation should also work (thanks to the contribution of a student), but this is not tested by the course lectureres.

Author/License information

This assignment and the scaffolding code was written by Bert Van Vreckem.

The assignment and all documentation are shared under the Creative Commons Attribution 4.0 International license. All code (both scaffolding and testing code) is subject to the MIT license. See LICENSE.md for details.

Questions and remarks about this assignment are welcome (use the Issues), as well as improvements, fixes, etc. (you can submit a Pull Request). However, technical support on getting the setup working, or on solving the assignment is reserved to students take the courses for which it was developed.