From 8758b74d5798118d5936ef86f7c4d1176f0060d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 1 Apr 2021 16:16:27 -0400 Subject: [PATCH] notice the hetzner robot terraform plugin --- howto/new-machine.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/new-machine.md b/howto/new-machine.md index bb6ae4dc..a6fdda9c 100644 --- a/howto/new-machine.md +++ b/howto/new-machine.md @@ -361,7 +361,8 @@ TBD. * [howto/puppet](howto/puppet) - Puppet could bootstrap itself, with `puppet apply` ran from a clone of the git repo. could be extended as deep as we want. * [terraform](https://www.terraform.io/) - config management for the cloud kind of thing, - supports Hetzner Cloud, but not Hetzner Robot or Ganeti + supports Hetzner Cloud, but not Hetzner Robot or Ganeti + (update: there is a [Hetzner robot plugin](https://registry.terraform.io/providers/mwudka/hetznerrobot/latest) now) Unfortuantely, I ruled out the official debian-installer because of the complexity of the preseeding system and partman. It also wouldn't -- GitLab