aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add "upload-secrets" target, and include borg-passphrase.txt in itEuAndreh2023-03-121-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a git notes --ref=refs/notes/ci-data show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a Exit status: 0 Duration: 19
* Build TODOs.html on "public" targetEuAndreh2022-11-271-0/+1
|
* Delete all old code and configuration to start from scratch with Guix onlyEuAndreh2022-03-071-7/+2
| | | | | | | | | | Delete files related to: - Terraform - opt/* - scripts/deploy - secrets/* - git-crypt - Nix
* WIP reactivate nixvps with Terraform and nixos-rebuild on VultrEuAndreh2021-07-291-2/+2
|
* Fix build of HTMLEuAndreh2020-12-021-0/+1
|
* Build and publish TODOs.org fileEuAndreh2020-12-021-0/+5
|
* Remove default.nix and shell.nixEuAndreh2020-11-181-6/+0
|
* Add ./tmp to .gitignoreEuAndreh2020-08-141-1/+4
|
* Migration: Remove Ansible and Docker code, move only to NixOSEuAndreh2020-08-101-7/+1
|
* .gitignore: Add top-level provision.yamlEuAndreh2020-08-021-0/+3
|
* Output all generated files on ./generated/, refactor .envrc variablesEuAndreh2019-06-101-10/+0
|
* Ignore /logs.txtEuAndreh2019-06-101-1/+1
|
* Send logs via email after finishing provision.shEuAndreh2019-06-101-1/+4
| | | | The email will be send for both sucessfull and failed runs.
* Don't use terraform-full derivationEuAndreh2019-06-091-0/+1
|
* Generate UserKnownHostsFile dynamically instead of when rotating keysEuAndreh2019-06-081-1/+2
| | | | | | | | | | | | 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.
* Restore backup in Ansible instead of BashEuAndreh2019-06-051-1/+3
|
* Use Ansible instead of Bash for provisioningEuAndreh2019-06-051-1/+7
| | | | | | | | | | | | | | | | | | 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;
* Add /result to .gitignoreEuAndreh2019-05-251-1/+4
|
* Add .terraform to .gitignoreEuAndreh2019-05-251-0/+2