This repo contains the code required for the infrastructure to manage The Things Network in Monmouth.
If you want to help with the design/architecture of the system, please do the following:
- Fork the repo
- Create a new sub-directory for your node type
- Commit your code
- Submit a Pull Request
The infrastructure that underpins TTNP-25 is all in source control as Infrastructure as Code.
You can find the Terraform code that builds the infrastructure in the terraform
directory and the Ansible code that configures it in the ansible
directory.
Finally, the Packer code to build the instances is available at packer
.