Getting Started (Local Test)

Before touching real hardware, OpenIaC provides a Vagrant-based local test environment.

Prerequisites

  • Vagrant
  • VirtualBox
  • Ansible

Bootstrapping Local Nodes

git clone https://github.com/openiac-io/openiac.git
cd openiac/vagrant
vagrant up

Once the nodes are up, you can run our playbooks against them to verify changes safely.