| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TODOs.org | EuAndreh | 2019-11-16 | 1 | -1/+2 |
| * | TODOs.org | EuAndreh | 2019-11-16 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-11-02 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-18 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-17 | 1 | -2/+5 |
| * | TODOs.org | EuAndreh | 2019-06-16 | 1 | -2/+12 |
| * | TODOs.org | EuAndreh | 2019-06-15 | 1 | -0/+5 |
| * | TODOs.org | EuAndreh | 2019-06-14 | 1 | -0/+2 |
| * | TODOs.org | EuAndreh | 2019-06-14 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-13 | 1 | -0/+2 |
| * | TODOs.org | EuAndreh | 2019-06-13 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-13 | 1 | -0/+2 |
| * | TODOs.org | EuAndreh | 2019-06-11 | 1 | -1/+2 |
| * | TODOs.org | EuAndreh | 2019-06-11 | 1 | -1/+4 |
| * | TODOs.org | EuAndreh | 2019-06-11 | 1 | -6/+10 |
| * | Run shutdown with Ansible instead of Bash | EuAndreh | 2019-06-11 | 1 | -1/+4 |
| * | TODOs.org | EuAndreh | 2019-06-10 | 1 | -15/+27 |
| * | Store updated Terraform files in case of failure | EuAndreh | 2019-06-10 | 1 | -1/+2 |
| * | Trust commited key | EuAndreh | 2019-06-10 | 1 | -0/+2 |
| * | Encrypt attached log | EuAndreh | 2019-06-10 | 1 | -2/+3 |
| * | Send logs via email after finishing provision.sh•••The email will be send for both sucessfull and failed runs. | EuAndreh | 2019-06-10 | 1 | -0/+2 |
| * | Fail CI run if backup fails | EuAndreh | 2019-06-10 | 1 | -1/+2 |
| * | Provision DNS entries using DigitalOcean instead of DNS registrar•••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. | EuAndreh | 2019-06-10 | 1 | -19/+82 |
| * | TODOs.org | EuAndreh | 2019-06-08 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-08 | 1 | -0/+4 |
| * | Use terraform-godaddy and Terraform 0.11•••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. | EuAndreh | 2019-06-08 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-08 | 1 | -21/+21 |
| * | Use nextcloud.${TLD} instead of cloud.${TLD} as CNAME for Nextcloud installation | EuAndreh | 2019-06-08 | 1 | -1/+1 |
| * | TODOs.org | EuAndreh | 2019-06-08 | 1 | -1/+9 |
| * | TODOs.org | EuAndreh | 2019-06-07 | 1 | -0/+6 |
| * | TODOs.org | EuAndreh | 2019-06-07 | 1 | -0/+2 |
| * | Allow backups to fail for now | EuAndreh | 2019-06-06 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-05 | 1 | -1/+2 |
| * | TODOs.org | EuAndreh | 2019-06-05 | 1 | -0/+1 |
| * | Always destroy infrastructure before applying | EuAndreh | 2019-06-05 | 1 | -1/+2 |
| * | TODOs.org | EuAndreh | 2019-06-05 | 1 | -1/+2 |
| * | TODOs.org | EuAndreh | 2019-06-05 | 1 | -1/+5 |
| * | TODOs.org | EuAndreh | 2019-06-05 | 1 | -0/+19 |
| * | Use Ansible instead of Bash for provisioning•••The deployment is not quite working, and I'm unable to test right now: DigitalOcean is returning 503 for my requests. As of this commit, I can run =ansible-playbook provider.yml= more than once and it will actually be idempotent. Notes: - SSH fingerprint are now taken from the public key file instead of manually supplying it in the terraform template using the =digitalocean_ssh_key= resource; - use Ansible instead of ad-hoc Bash scripts for provisioning the Droplets created by Terraform; - use the =filename.env.extension= to create the concrete files in CI; - use the =user_data= to add the know SSH key pair to the newly created Droplet; - add =rotate-ssh-keys.sh= utils; | EuAndreh | 2019-06-05 | 1 | -3/+29 |
| * | TODOs.org | EuAndreh | 2019-06-04 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-06-04 | 1 | -0/+4 |
| * | TODOs.org | EuAndreh | 2019-06-02 | 1 | -0/+2 |
| * | TODOs.org | EuAndreh | 2019-06-01 | 1 | -0/+1 |
| * | TODOs.org | EuAndreh | 2019-05-30 | 1 | -5/+52 |
| * | Use Floating IP on Droplet | EuAndreh | 2019-05-28 | 1 | -1/+7 |
| * | TODOs.org•••Extend on how to use =vps-state= to store Terraform state. | EuAndreh | 2019-05-28 | 1 | -1/+5 |
| * | TODOs.org•••Expand on the decision of using =vps-state= to store Terraform files. | EuAndreh | 2019-05-28 | 1 | -0/+11 |
| * | Add backup routing before possibly tearing down machine•••Create a new backup entry before running =terraform apply=, which may (or may not) destroy the current machine. This shouldn't be an issue for the backup itself, since all of the data should be stored in a separate Block Storage Volume, but we can take advantage of the sevices already needing to be taken down in order to perform a full backup of the data. | EuAndreh | 2019-05-28 | 1 | -1/+4 |
| * | TODOs.org | EuAndreh | 2019-05-27 | 1 | -0/+2 |
| * | TODOs.org•••Add =Nice to have= task on docker-compose version | EuAndreh | 2019-05-27 | 1 | -0/+1 |
