Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 756 Bytes

Noisebridge Infrastructure

This repo contains configuration and code to deploy Noisebridge infrastrucutre.

Ansible

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).

Submodules

This repo includes git submodules to vendor external source. You need to update them with this helper command.

./update-submodules.sh

Deployment

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