Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1021 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 1021 Bytes

Fedora Atomic on Hetzner

Deploy the latest Fedora Atomic image on a Hetzner VPS using Terraform and install and configure Nomad and Consul.

Requirements

  1. An account on Hetzner
  2. An SSH key
  3. Terraform installed, v0.11 (not compatible with v0.12)

Setup

  1. Generate an API key on Hetzner cloud
  2. Write hcloud_token = "YOUR_API_KEY" in a file named terraform.tfvars (optional)
  3. $ terraform init

Run

  1. $ terraform apply

Use the output to connect to the server using SSH.

Known issues