1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-19 13:31:48 +02:00

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
This commit is contained in:
Sven-Hendrik Haase 2019-03-24 23:52:35 +01:00
parent 0d4e14254c
commit 9b9ddf415e
2 changed files with 9 additions and 0 deletions

View File

@ -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`.

View File

@ -1,3 +1,7 @@
terraform {
backend "pg" {}
}
variable "hetzner_cloud_api_key" {}
# Find the id using `hcloud image list`