aboutsummaryrefslogtreecommitdiff
path: root/scripts/local/rotate-ssh-keys.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-10Allow envrc to be sourced in CIEuAndreh2-3/+4
2019-06-10Remove call to =cd= in envrc filesEuAndreh2-1/+0
2019-06-10Reorder setup.shEuAndreh1-6/+6
2019-06-10Switch $DESTROY_VOLUME back onEuAndreh1-1/+1
2019-06-10Switch off $DESTROY_VOLUME toggleEuAndreh1-1/+1
2019-06-10Output all generated files on ./generated/, refactor .envrc variablesEuAndreh15-70/+72
2019-06-10TODOs.orgEuAndreh1-15/+27
2019-06-10Store updated Terraform files in case of failureEuAndreh2-1/+10
2019-06-10Only send log email when running on CIEuAndreh1-0/+7
2019-06-10Ignore /logs.txtEuAndreh1-1/+1
2019-06-10ci dbgEuAndreh1-1/+1
2019-06-10Fix missing stdout redirection '>' characterEuAndreh1-1/+1
2019-06-10Trust commited keyEuAndreh2-1/+4
2019-06-10Add filename to logs.txt outputEuAndreh1-1/+1
Taken from: https://stackoverflow.com/questions/5917413/concatenate-multiple-files-but-include-filename-as-section-headers
2019-06-10Put terraform output in email logs.txtEuAndreh1-3/+3
2019-06-10Commit public key instead of downloading itEuAndreh2-1/+64
2019-06-10Re enable $DESTROY_VOLUME toggleEuAndreh1-0/+0
2019-06-10Import GPG key before provisioningEuAndreh2-0/+1
2019-06-10Disable SC2016 warningsEuAndreh1-0/+2
2019-06-10Change order of stderr -> stdout redirectionEuAndreh1-2/+2
Thanks ShellCheck.
2019-06-10Encrypt attached logEuAndreh3-3/+6
2019-06-10Show in email subject if the run failedEuAndreh2-2/+16
2019-06-10Send logs via email after finishing provision.shEuAndreh8-3/+54
The email will be send for both sucessfull and failed runs.
2019-06-10Disable $DESTROY_VOLUME operational toggleEuAndreh1-0/+0
2019-06-10Remove --progress from borg createEuAndreh1-1/+0
It shows filenames in CI output log.
2019-06-10Change SSH portEuAndreh1-0/+0
2019-06-10Use create_known_hosts_file function instead of duplicating behaviourEuAndreh1-3/+6
2019-06-10Fail CI run if backup failsEuAndreh2-4/+5
2019-06-10Don't run restore backup Ansible task when not requiredEuAndreh2-8/+2
Instead of performing this task on the generated =restore-backup.sh= file, do it on provision.yaml. The boolean logic is less confusing and the interpolation is less tricky.
2019-06-10Create generated-known-hosts.txt twiceEuAndreh1-0/+1
Since it can change after being destroyed by Terraform, we can't create it before and use it later.
2019-06-10Allow shutdown process to failEuAndreh1-2/+2
2019-06-10Provision DNS entries using DigitalOcean instead of DNS registrarEuAndreh6-64/+135
This way we can implement dynamic (provision-time) Floating IP, instead of a hardcoded pre-created Floating IP address. Related changes: - remove =terraform-godaddy= provider, use =digitalocean_record= instead; - create =generated-known-hosts= after provisioning instead of during =setup.sh=: use the =$(terraform output public_floating_ip)= value to make this file dynamic; - remote the =$PINNED_IP= and =$TF_VAR_floating_ip= variables; - add type and descriptions to variable declarations in Terraform recipe.
2019-06-09Change $TLDEuAndreh1-0/+0
2019-06-09Rotate DNS registrar keysEuAndreh1-0/+0
2019-06-09Revert "Create Terraform plan before shutting down running containers"EuAndreh1-6/+6
This reverts commit c8963acd02a5095bafb46c79abd45eec45059707.
2019-06-09Don't use terraform-full derivationEuAndreh3-6/+3
2019-06-09Create Terraform plan before shutting down running containersEuAndreh1-8/+8
2019-06-09Quote $() call (ShellCheck offense)EuAndreh1-1/+1
2019-06-09Use same NIX_PATH locally and on the CIEuAndreh1-0/+0
2019-06-09Make terraform-provider-godaddy available for TerraformEuAndreh1-0/+3
2019-06-09Remove CI dbg codeEuAndreh1-2/+0
2019-06-09s/terraformGodaddy/terraformGodaddyBuild/EuAndreh1-1/+1
2019-06-09ci dbgEuAndreh1-0/+2
2019-06-09Expose build of terraform-godaddy under subtasks attribute setEuAndreh1-1/+1
2019-06-08ci dbg: Revert "Revert "Update modSha256 for terraform-godaddy""EuAndreh1-1/+1
This reverts commit 4d04172f9027203e3656f74bd8cecdc0d9c45e69.
2019-06-08Revert "Update modSha256 for terraform-godaddy"EuAndreh1-1/+1
This reverts commit 5ad5984f47860bdf3a85abeddef18d17c2095e69.
2019-06-08TODOs.orgEuAndreh1-0/+1
2019-06-08Add quote around nested quote expansionEuAndreh1-1/+1
Thanks ShellCheck :)
2019-06-08Remove unused $PUBLIC_KEY_ONLYEuAndreh1-1/+0
Thanks ShellCheck.
2019-06-08Format vps.tf (terraform linter offense)EuAndreh1-3/+3