We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2643329 commit b73174cCopy full SHA for b73174c
2 files changed
changelog.d/3-deploy-builds/wiab-staging
@@ -1,2 +1,3 @@
1
Fixed: offline-vm-setup script to use ubuntu cloud image, local seed iso and VM verification process
2
Changed: Add ansible playbook for wiab-staging VM provisioning
3
+Fixed: offline-deploy.sh for SSH_AUTH_SOCK handling and remove defunct passwords for postgresql
terraform/examples/wire-server-deploy-offline-hetzner/outputs.tf
@@ -144,8 +144,6 @@ output "static-inventory" {
144
}
145
vars = {
146
wire_dbname = "wire-server"
147
- wire_user = "wire-server"
148
- wire_pass = "verysecurepassword"
149
postgresql_network_interface = "enp7s0"
150
151
0 commit comments