Skip to content

Commit 0f6146b

Browse files
authored
Merge pull request #113 from noisebridge/superq/update_readme
Update README.
2 parents a5b69ac + 6fe63d1 commit 0f6146b

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# ansible
1+
# Noisebridge Infrastructure
22

3-
the noisebridge infrastucture playbooks
3+
This repo contains configuration and code to deploy Noisebridge infrastrucutre.
44

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
610

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

913
./update-submodules.sh
1014

11-
## Deployment
15+
### Deployment
1216

1317
Deploying the entire thing should be possible with just one command:
1418

@@ -17,10 +21,3 @@ Deploying the entire thing should be possible with just one command:
1721
Usually, you will want to limit your deployment to specific host groups:
1822

1923
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

Comments
 (0)