Skip to content
Snippets Groups Projects
Commit 9b9ddf41 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add note about needing git packages

I realize this is less than ideal but I think we can accept it for the short time until the required releases are stable
parent 0d4e1425
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
......
terraform {
backend "pg" {}
}
variable "hetzner_cloud_api_key" {}
# Find the id using `hcloud image list`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment