aboutsummaryrefslogtreecommitdiff
path: root/user-data.env.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Output all generated files on ./generated/, refactor .envrc variablesEuAndreh2019-06-101-11/+0
|
* Restore backup in Ansible instead of BashEuAndreh2019-06-051-1/+1
|
* Add note on SSH logsEuAndreh2019-06-051-0/+2
|
* Use non-standard port for SSHEuAndreh2019-06-051-0/+1
|
* Fix permission of server private key on bootEuAndreh2019-06-051-0/+1
|
* Fix typo in user-data.env.shEuAndreh2019-06-051-1/+1
|
* Fix ShellCheck offensesEuAndreh2019-06-051-0/+1
|
* Use Ansible instead of Bash for provisioningEuAndreh2019-06-051-0/+6
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;