From ee2ec8e59c5e9b95015f9d0628a85fb63c10bba6 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 17 Mar 2021 16:27:08 +0100 Subject: [PATCH] doc --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 329e316..a7ed00b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,22 @@ curl -Lo /tmp/lego.tgz https://github.com/go-acme/lego/releases/download/v4.3.1/ sudo tar zxvf /tmp/lego.tgz -C /usr/local/bin lego ``` +Create the template files from their samples. + +```sh +cp terraform.tfvars.sample terraform.tfvars +cp local.env.sample local.env +cp install-config.yaml.sample install-config.yaml +``` + +Edit **provider.tf** and change the connection string. + +``` +provider "libvirt" { + uri = "qemu+ssh://user@libvirt.server/system" +} +``` + ### On the server Install libvirt. @@ -67,14 +83,6 @@ curl -Lo /var/lib/libvirt/images/centos-stream-8.qcow2 http://cloud.centos.org/c ## Install -Create the template files from their sample. - -```sh -cp terraform.tfvars.sample terraform.tfvars -cp local.env.sample local.env -cp install-config.yaml.sample install-config.yaml -``` - Initialize a new cluster. ```sh