Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions offline/single_hetzner_machine_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down