Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete all old code and configuration to start from scratch with Guix only | EuAndreh | 2022-03-07 | 1 | -18/+0 |
| | | | | | | | | | | Delete files related to: - Terraform - opt/* - scripts/deploy - secrets/* - git-crypt - Nix | ||||
* | ssh.conf: Add commented useful debug line | EuAndreh | 2021-07-25 | 1 | -0/+1 |
| | |||||
* | Add ssh.conf | EuAndreh | 2021-03-23 | 1 | -0/+17 |
| | |||||
* | Use Ansible instead of Bash for provisioning | EuAndreh | 2019-06-05 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | 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; | ||||
* | Disable StrictHostKeyChecking for CI SSH configuration | EuAndreh | 2019-05-28 | 1 | -0/+2 |
| | |||||
* | Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub} | EuAndreh | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Disable StrictHostKeyChecking for SSH access | EuAndreh | 2019-05-26 | 1 | -0/+1 |
| | |||||
* | Prepare builds.sr.ht CI environment before running build tasks | EuAndreh | 2019-05-26 | 1 | -0/+3 |
Make content of .envrc available to subsequent build jobs. |