kjuulh ad8da7b669
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2022-10-26 11:31:00 +02:00
2022-05-04 22:51:38 +02:00
2021-11-08 20:12:22 +01:00
2022-03-02 22:24:50 +01:00
2022-10-26 11:31:00 +02:00
2022-03-02 19:59:02 +01:00
2020-09-29 23:02:32 +02:00
2022-10-25 21:02:17 +00:00

WireGuard + Unbound

WireGuard and Unbound setup with Packer and Terraform ready for deployment in Hetzner Cloud.

Deployment instructions

  1. Copy ./packer/packer.auto.pkrvars.hcl.sample file to ./packer/packer.auto.pkrvars.hcl and fill it with the appropriate values.

  2. Build the server image with Packer.

cd ./packer/
packer build -only=hcloud.main ./
  1. Copy ./terraform/terraform.tfvars.sample file to ./terraform/terraform.tfvars and fill it with the appropriate values.

  2. Deploy the server image with Terraform.

cd ./terraform/
terraform init
terraform apply
Description
No description provided
Readme 136 KiB
Languages
HCL 71.6%
Makefile 13.2%
Shell 11.3%
Smarty 3.9%