aboutsummaryrefslogtreecommitdiff
path: root/scripts/box/bash-profile.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-06-08Format default.nix (nixfmt linter offense)EuAndreh1-2/+3
2019-06-08Update modSha256 for terraform-godaddyEuAndreh1-1/+1
2019-06-08TODOs.orgEuAndreh1-0/+4
2019-06-08Use terraform-godaddy and Terraform 0.11EuAndreh4-10/+32
The =terraform-godaddy= package supports only Terraform 0.11 as of now. It is not packaged by default by nixpkgs, and the =postInstall= hook is required because Terraform looks for providers usinthe the =terraform-provider-$name= template, which the package doesn't follow. I had to remove the loop on vps.tf since it requires Terraform 0.12. I'll either wait for =terraform-godaddy= to upgrade to 0.12 or try to do it myself if it bothers me enough.
2019-06-08Update terraform to 0.12EuAndreh1-1/+1
2019-06-08Provision DNS entries with Terraform! :tada:EuAndreh1-0/+22
Before all the DNS entries had to be entered manually on the web UI.
2019-06-08TODOs.orgEuAndreh1-21/+21
2019-06-08Add credentials for manipulating DNS entries.EuAndreh1-0/+0
2019-06-08Generate UserKnownHostsFile dynamically instead of when rotating keysEuAndreh5-4/+5
The previous solution would hardcode the server IP. This way we can change the server IP address that is hosting everything and keep the SSH keypair. Previously changing the IP address would require either calling the =./rotate-ssh-keys.sh= script or manually changing the IP address on the known-hosts.txt file. The IP address being duplicated itself was a code smell. Both SSH keypair and IP address can now be changed independently.
2019-06-08Use nextcloud.${TLD} instead of cloud.${TLD} as CNAME for Nextcloud installationEuAndreh2-1/+1
2019-06-08CI debug: remove --verbose flag from borg create commandEuAndreh1-1/+0
THe objective is to remove the logged files from the CI log.
2019-06-08TODOs.orgEuAndreh1-1/+9
2019-06-07Add =any_errors_fatal: true= to provision.yml playbookEuAndreh1-0/+2
2019-06-07Revert "Add verbose logging for Ansible playbook command"EuAndreh1-1/+1
This reverts commit 80ee903ac9f09c22b4ef3458393242fa929cff89.
2019-06-07Add verbose logging for Ansible playbook commandEuAndreh1-1/+1
2019-06-07TODOs.orgEuAndreh1-0/+6
2019-06-07Fix boolean logic bug on ${DESTROY_VOLUME} usageEuAndreh1-2/+2
2019-06-07Disable SC2034 for ${DOLLAR} interpolated variableEuAndreh1-0/+3