You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains configuration and code to deploy Noisebridge infrastrucutre.
4
4
5
-
## Submodules
5
+
## Ansible
6
+
7
+
Much of the code here is the Noisebridge infrastucture [Ansible](https://docs.ansible.com/ansible/latest/) configuration. Ansible is used to automatically deploy configuration to the various nodes (VMs and hardware in the space).
8
+
9
+
### Submodules
6
10
7
11
This repo includes git submodules to vendor external source. You need to update them with this helper command.
8
12
9
13
./update-submodules.sh
10
14
11
-
## Deployment
15
+
###Deployment
12
16
13
17
Deploying the entire thing should be possible with just one command:
14
18
@@ -17,10 +21,3 @@ Deploying the entire thing should be possible with just one command:
17
21
Usually, you will want to limit your deployment to specific host groups:
18
22
19
23
ansible-playbook site.yml --limit noisebridge-net
20
-
21
-
22
-
## HERE BE DRAGONS
23
-
24
-
This is an aspirational repository for use to provision future noisebridge
25
-
infrastructure and deprecate our old and tired VMs. It is not currently used
26
-
for production services - don't rely on it as a source of truth for anything.
0 commit comments