This repo contains configuration and code to deploy Noisebridge infrastrucutre.
Much of the code here is the Noisebridge infrastucture Ansible configuration. Ansible is used to automatically deploy configuration to the various nodes (VMs and hardware in the space).
This repo includes git submodules to vendor external source. You need to update them with this helper command.
./update-submodules.sh
Deploying the entire thing should be possible with just one command:
ansible-playbook site.yml
Usually, you will want to limit your deployment to specific host groups:
ansible-playbook site.yml --limit noisebridge-net