Quickly deploy a VM instance running Dokku on Azure using Terraform and Ansible
Your public ssh key should be available at ~/.ssh/id_rsa.pub
If it's not, you can generate a key-pair using ssh-keygen
Run bash deploy.sh
to deploy your VM
bash teardown.sh
can be used to remove all the deployed resources
VM ip will be stored in ip.txt
after deployment, you can ssh to the vm using ssh azureuser@ip_addr
- Adjust the VM instance size and resource deployment location in
main.tf
- You can adjust the swap memory size under
swap.yml