An open API service indexing awesome lists of open source software.

https://github.com/39services/test_envs

(Terraform + Ansible + GitOps) Test environments I use for various development purposes
https://github.com/39services/test_envs

Last synced: over 1 year ago
JSON representation

(Terraform + Ansible + GitOps) Test environments I use for various development purposes

Awesome Lists containing this project

README

          

# Test Environments
Test environments I use for development purposes

Test Environment | Description | Platforms
--- | --- | ---
[port-forward](./port-forward) | Port forward local ports to a remote server through Wireguard | DigitalOcean, Hetzner
[minecraft-testenv](./minecraft-testenv) | A test environment with a single Minecraft server | Libvirt, DigitalOcean, Hetzner, localhost
[rke2-cluster](./rke2-cluster) | A test environment with a 6 node RKE2 Kubernetes cluster | Libvirt, DigitalOcean, Hetzner
[rancher-platform-rke2-cluster](./rancher-platform-rke2-cluster) | A test environment with a 3 node Rancher Platform and a 6 node RKE2 Kubernetes cluster | Libvirt, DigitalOcean, Hetzner

## Deployment
Check the README.md in each test environment for deployment instructions.

### Terraform
Terraform is used to create the infrastructure for the test environments. I make use of my [diademiemi/terraform_standard_environment](https://github.com/diademiemi/terraform_standard_environment) repository as a submodule for the Terraform code. Only the variables are stored in the test environment directories.

## License
[MIT](./LICENSE)