From ca5f79fa3468737f9c9d39b89fc50057d018e18a Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 26 Jun 2024 21:16:02 +0200 Subject: [PATCH 1/2] Updated documentation to included installing the community.libvirt collection --- offline/single_hetzner_machine_installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/offline/single_hetzner_machine_installation.md b/offline/single_hetzner_machine_installation.md index 61e188e13..fa4b865e0 100644 --- a/offline/single_hetzner_machine_installation.md +++ b/offline/single_hetzner_machine_installation.md @@ -30,6 +30,14 @@ Take a look at the "vars:" section in wire-server-deploy/ansible/hetzner-single- The variable 'artifact_hash' above is the hash of your deployment artifact, given to you by Wire, or acquired by looking at the build job. +## Install ansible collections + +Playbooks use the `community.libvirt` ansible collection, it can be installed with the ansible-galaxy command. + +``` +ansible-galaxy collection install community.libvirt +``` + ## Run ansible playbook for server bootstrapping Navigate to the ansible folder in wire-server-deploy and execute the playbook using valid vars as described above. From 656d664ad0c6deb73ca171732f8971947cb9b2d5 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 19 Jul 2024 15:17:31 +0100 Subject: [PATCH 2/2] Update offline/single_hetzner_machine_installation.md --- offline/single_hetzner_machine_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/single_hetzner_machine_installation.md b/offline/single_hetzner_machine_installation.md index fa4b865e0..298bca753 100644 --- a/offline/single_hetzner_machine_installation.md +++ b/offline/single_hetzner_machine_installation.md @@ -32,7 +32,7 @@ The variable 'artifact_hash' above is the hash of your deployment artifact, give ## Install ansible collections -Playbooks use the `community.libvirt` ansible collection, it can be installed with the ansible-galaxy command. +Playbooks use the `community.libvirt` ansible collection. If you do not have it installed, it can be installed with the ansible-galaxy command. ``` ansible-galaxy collection install community.libvirt