aboutsummaryrefslogtreecommitdiff
path: root/ansible.cfg (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-06-07TODOs.orgEuAndreh1-0/+2
2019-06-06Add ${DESTROY_VOLUME} operational toggleEuAndreh3-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-06Uncomment docker-compose starting Ansible taskEuAndreh1-5/+5
2019-06-06Remove invalid --stats option from borg extract commandEuAndreh1-1/+0
2019-06-06Fail fast on copied Bash filesEuAndreh2-0/+2
2019-06-06Unify quoted strings from restore-backup.env.shEuAndreh1-1/+1
2019-06-06Use ${DOLLAR}{VAR} to double scape bash variable in .env templatesEuAndreh2-2/+7
2019-06-06Notify when backup fails instead od saying nothingEuAndreh1-1/+1
2019-06-06Don't start docker-compose services while debugging restore-backup.shEuAndreh1-5/+5
2019-06-06Make message when for shellEnvironment when running tests more readableEuAndreh1-1/+1
2019-06-06Allow backups to fail for nowEuAndreh2-1/+2
2019-06-06Add mode to all files being copied by AnsibleEuAndreh1-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-05Re-add Ansible task to create /home/vps/ directoryEuAndreh1-0/+4
2019-06-05Remove debug echoEuAndreh1-1/+0
2019-06-05Fix ShellCheck offensesEuAndreh3-3/+5
2019-06-05Restore backup in Ansible instead of BashEuAndreh5-18/+18
2019-06-05TODOs.orgEuAndreh1-1/+2
2019-06-05Restore from backup in fresh volumeEuAndreh4-10/+48
2019-06-05Add Ansible to shell derivationEuAndreh1-0/+1
Required to run =ansible-playbook= in the CI pipeline.
2019-06-05Format vps.tf (linter offense)EuAndreh1-1/+1
2019-06-05TODOs.orgEuAndreh1-0/+1
2019-06-05Add volume to VPSEuAndreh3-4/+18
Don't destroy everything on deploy. This would destroy the volume too.
2019-06-05Always destroy infrastructure before applyingEuAndreh2-1/+6
2019-06-05Script: rotate SSH keysEuAndreh5-0/+0
2019-06-05Uncomment accidentally commented codeEuAndreh1-6/+6
2019-06-05Script: rotate SSH keysEuAndreh5-0/+0
2019-06-05Remove duplicate chmod on borg-remoteEuAndreh1-1/+0
2019-06-05Remove ansible-lintEuAndreh3-17/+6
It wasn't trivial to configure: Ansible tried to work on /homeless-shelter :facepalm:
2019-06-05TODOs.orgEuAndreh1-1/+2
2019-06-05Script: rotate SSH keysEuAndreh5-0/+0
2019-06-05Add ansible lint in test stageEuAndreh2-0/+11
2019-06-05TODOs.orgEuAndreh1-1/+5
2019-06-05Fix git-crypt configurationEuAndreh10-1/+1