Provision Coder Workspace to DigitalOcean using Ansible?
user_data = templatefile(), but I'd like to swap that for running an Ansible playbook. I found this (https://www.digitalocean.com/community/tutorials/how-to-use-ansible-with-terraform-for-configuration-management) article by DigitalOcean about Terraform and Ansible working together, but I don't have a firm grasp on how to tweak that content so that it works with a Coder template.I think I want to run
provisioner "local-exec", but the "local" is not my host machine, but the Coder host, and I don't know how to install Ansible on that.