aboutsummaryrefslogtreecommitdiff
path: root/vps.tf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all wallabag references leftEuAndreh2020-08-021-12/+0
* Use a name from the environment for the names of the host and the volumeEuAndreh2020-08-021-2/+12
* vps.tf: Name VPS volume derived from droplet nameEuAndreh2020-08-021-1/+1
* vps.tf: Add missing host to digitalocean_droplet due to updateEuAndreh2020-08-021-0/+1
* vps.tf: Update to new Terraform syntaxEuAndreh2020-08-021-21/+21
* Comment sections of vps.tfEuAndreh2019-06-111-0/+8
* Output all generated files on ./generated/, refactor .envrc variablesEuAndreh2019-06-101-1/+1
* Provision DNS entries using DigitalOcean instead of DNS registrarEuAndreh2019-06-101-28/+50
* Format vps.tf (terraform linter offense)EuAndreh2019-06-081-3/+3
* Use terraform-godaddy and Terraform 0.11EuAndreh2019-06-081-8/+14
* Provision DNS entries with Terraform! :tada:EuAndreh2019-06-081-0/+22
* Format vps.tf (linter offense)EuAndreh2019-06-051-1/+1
* Add volume to VPSEuAndreh2019-06-051-0/+13
* Format vps.tf (linter offense)EuAndreh2019-06-051-1/+1
* Use Ansible instead of Bash for provisioningEuAndreh2019-06-051-5/+11
* Fix vps.tf formatting (linter offense)EuAndreh2019-05-281-1/+1
* Use Floating IP on DropletEuAndreh2019-05-281-0/+6
* Use correct Droplet size slugEuAndreh2019-05-281-1/+1
* Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub}EuAndreh2019-05-281-1/+1
* Fix terraform fmt offenseEuAndreh2019-05-261-1/+1
* Automate provisioning and deployment of VPSEuAndreh2019-05-261-1/+5
* Increase droplet image to 1024mbEuAndreh2019-05-251-1/+1
* Remove provisioning from TerraformEuAndreh2019-05-251-4/+0
* Move provisioning code into provision.shEuAndreh2019-05-251-8/+1
* Add lint checks and a pipeline to check using NixEuAndreh2019-05-251-1/+0
* Format vps.tfEuAndreh2019-05-251-13/+16
* Don't use pub_key and pvt_key as input variablesEuAndreh2019-05-251-5/+6
* Add simple DigitalOcean droplet skeleton for TerraformEuAndreh2019-05-251-0/+36