diff --git a/README.md b/README.md index cd2d78ab866588a6e3d1ff93195b3ce1fb48d70c..f9a420a6b410fe5f3a1a24ef23f9bdafa1c770f7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ This repository contains the complete collection of ansible playbooks and roles It also contains git submodules so you have to run `git submodule update --init --recursive` after cloning or some tasks will fail to run. +## Requirements + +For the time being, to run all of this you'll need terraform-git because of the pg backend and ansible-git because of the dynamic hcloud provider module. +This is temporary and the next releases of these packages will contain the modules in a stable version. + #### Instructions All systems are set up the same way. For the first time setup in the Hetzner rescue system, run the provisioning script: `ansible-playbook playbooks/tasks/install-arch.yml -l $host`. diff --git a/terraform/archlinux.tf b/terraform/archlinux.tf index eede0abeda210032ce9f0c8375a9691607773539..d5ca3ede31bec8902619bc3910f4fdcebbafe60d 100644 --- a/terraform/archlinux.tf +++ b/terraform/archlinux.tf @@ -1,3 +1,7 @@ +terraform { + backend "pg" {} +} + variable "hetzner_cloud_api_key" {} # Find the id using `hcloud image list`