-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating artifact hash for s3 download link in hetzner-single-deploy.…
…yml playbook and single_hetzner_machine_installation.md readme to include latest changes
- Loading branch information
1 parent
452c8d4
commit d945875
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
``` | ||
|