| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-06-08 | Use nextcloud.${TLD} instead of cloud.${TLD} as CNAME for Nextcloud installation | EuAndreh | 2 | -1/+1 | |
| 2019-06-08 | CI debug: remove --verbose flag from borg create command | EuAndreh | 1 | -1/+0 | |
| THe objective is to remove the logged files from the CI log. | |||||
| 2019-06-08 | TODOs.org | EuAndreh | 1 | -1/+9 | |
| 2019-06-07 | Add =any_errors_fatal: true= to provision.yml playbook | EuAndreh | 1 | -0/+2 | |
| 2019-06-07 | Revert "Add verbose logging for Ansible playbook command" | EuAndreh | 1 | -1/+1 | |
| This reverts commit 80ee903ac9f09c22b4ef3458393242fa929cff89. | |||||
| 2019-06-07 | Add verbose logging for Ansible playbook command | EuAndreh | 1 | -1/+1 | |
| 2019-06-07 | TODOs.org | EuAndreh | 1 | -0/+6 | |
| 2019-06-07 | Fix boolean logic bug on ${DESTROY_VOLUME} usage | EuAndreh | 1 | -2/+2 | |
| 2019-06-07 | Disable SC2034 for ${DOLLAR} interpolated variable | EuAndreh | 1 | -0/+3 | |
| 2019-06-07 | TODOs.org | EuAndreh | 1 | -0/+2 | |
| 2019-06-06 | Add ${DESTROY_VOLUME} operational toggle | EuAndreh | 3 | -2/+13 | |
| This way I can dynamically control whether to destroy and recreate all the existing infrastructure entirely from scratch. The advantages of doing so are: - test the non-existence of local state on every deployment; - make sure I can always recreate everything from scratch. The disadvantages are: - slower deployment times; - longer downtime during deployments. | |||||
| 2019-06-06 | Uncomment docker-compose starting Ansible task | EuAndreh | 1 | -5/+5 | |
| 2019-06-06 | Remove invalid --stats option from borg extract command | EuAndreh | 1 | -1/+0 | |
| 2019-06-06 | Fail fast on copied Bash files | EuAndreh | 2 | -0/+2 | |
| 2019-06-06 | Unify quoted strings from restore-backup.env.sh | EuAndreh | 1 | -1/+1 | |
| 2019-06-06 | Use ${DOLLAR}{VAR} to double scape bash variable in .env templates | EuAndreh | 2 | -2/+7 | |
| 2019-06-06 | Notify when backup fails instead od saying nothing | EuAndreh | 1 | -1/+1 | |
| 2019-06-06 | Don't start docker-compose services while debugging restore-backup.sh | EuAndreh | 1 | -5/+5 | |
| 2019-06-06 | Make message when for shellEnvironment when running tests more readable | EuAndreh | 1 | -1/+1 | |
| 2019-06-06 | Allow backups to fail for now | EuAndreh | 2 | -1/+2 | |
| 2019-06-06 | Add mode to all files being copied by Ansible | EuAndreh | 1 | -7/+7 | |
| Use strict 400 or 500 modes: r: 4 w: 2 x: 1 4 means read-only, while 5 means readable and executable. None are writable: immuatable infrastructure check. | |||||
| 2019-06-05 | Re-add Ansible task to create /home/vps/ directory | EuAndreh | 1 | -0/+4 | |
| 2019-06-05 | Remove debug echo | EuAndreh | 1 | -1/+0 | |
| 2019-06-05 | Fix ShellCheck offenses | EuAndreh | 3 | -3/+5 | |
| 2019-06-05 | Restore backup in Ansible instead of Bash | EuAndreh | 5 | -18/+18 | |
| 2019-06-05 | TODOs.org | EuAndreh | 1 | -1/+2 | |
| 2019-06-05 | Restore from backup in fresh volume | EuAndreh | 4 | -10/+48 | |
| 2019-06-05 | Add Ansible to shell derivation | EuAndreh | 1 | -0/+1 | |
| Required to run =ansible-playbook= in the CI pipeline. | |||||
| 2019-06-05 | Format vps.tf (linter offense) | EuAndreh | 1 | -1/+1 | |
| 2019-06-05 | TODOs.org | EuAndreh | 1 | -0/+1 | |
| 2019-06-05 | Add volume to VPS | EuAndreh | 3 | -4/+18 | |
| Don't destroy everything on deploy. This would destroy the volume too. | |||||
| 2019-06-05 | Always destroy infrastructure before applying | EuAndreh | 2 | -1/+6 | |
| 2019-06-05 | Script: rotate SSH keys | EuAndreh | 5 | -0/+0 | |
| 2019-06-05 | Uncomment accidentally commented code | EuAndreh | 1 | -6/+6 | |
| 2019-06-05 | Script: rotate SSH keys | EuAndreh | 5 | -0/+0 | |
| 2019-06-05 | Remove duplicate chmod on borg-remote | EuAndreh | 1 | -1/+0 | |
| 2019-06-05 | Remove ansible-lint | EuAndreh | 3 | -17/+6 | |
| It wasn't trivial to configure: Ansible tried to work on /homeless-shelter :facepalm: | |||||
| 2019-06-05 | TODOs.org | EuAndreh | 1 | -1/+2 | |
| 2019-06-05 | Script: rotate SSH keys | EuAndreh | 5 | -0/+0 | |
| 2019-06-05 | Add ansible lint in test stage | EuAndreh | 2 | -0/+11 | |
| 2019-06-05 | TODOs.org | EuAndreh | 1 | -1/+5 | |
| 2019-06-05 | Fix git-crypt configuration | EuAndreh | 10 | -1/+1 | |
