Skip to content

Commit

Permalink
updating artifact hash for s3 download link in hetzner-single-deploy.…
Browse files Browse the repository at this point in the history
…yml playbook and single_hetzner_machine_installation.md readme to include latest changes
  • Loading branch information
jschumacher-wire committed Jan 25, 2024
1 parent 452c8d4 commit d945875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/hetzner-single-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- hosts: all
become: true
vars:
artifact_hash: cc69eb754b69b9fbe13784de8cf6e7f6ef0f7ff6
artifact_hash: 452c8d41b519a3b41f22d93110cfbcf269697953
ubuntu_version: 22.04.3
ssh_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDPTGTo1lTqd3Ym/75MRyQvj8xZINO/GI6FzfIadSe5c [email protected]"
tasks:
Expand Down
2 changes: 1 addition & 1 deletion offline/single_hetzner_machine_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ As soon as the initial Hetzner server deployment is finished, we'll use Ansible
Take a look at the "vars:" section in wire-server-deploy/ansible/hetzner-single-deploy.yml and adjust vars as needed. Example:
```
vars:
artifact_hash: a6e0929c9a5f4af09655c9433bb56a4858ec7574
artifact_hash: 452c8d41b519a3b41f22d93110cfbcf269697953
ubuntu_version: 22.04.3
ssh_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDPTGTo1lTqd3Ym/75MRyQvj8xZINO/GI6FzfIadSe5c [email protected]"
```
Expand Down

0 comments on commit d945875

Please sign in to comment.