Skip to content

ForkbombEu/valburga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valburga

Follow the steps in (this guide)[https://justobjects.nl/terraform-first-steps/]

Prerequisites

  1. Install Open Tofu
  2. install ansible
  3. Create a first test main to pull and start nginx docker on localhost
  4. Open an account on Hetzner provider (or any other provider of cloud)
  5. Supply an (public) ssh key to a new hetzner cloud project
  6. Create an API token on the dashboard (Read & Write)
  7. Create a gandi account for DNS (or cloudflare or namecheap)
  8. generate a GANDI PAT (personal access token)
  9. Create terraform.tfvars hcloud_token = "{value}"
  10. Create terraform.tfvars gandi_token = "{value}"

Create a new VM the Dyne way

  1. insert into terraform.tfvars the zone of your domain name domain
cd devops-gpm/
tofu init
tofu plan # test before run
tofu apply
  1. Create a VM using main.tf
  2. Check on the hetzner dashboard if the VM was created correctly

About

Saint of deployers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published