An Ansible Playbook to deploy RStudio Server
sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt-get install git ansible
git clone https://github.com/mikheyev/ansible-playbook-r
ansible-playbook ansible-playbook-r/deploy-rstudio-server.yml
Instructions to have this run on Google Compute Engine
sudo gcloud compute firewall-rules create allow-rstudio --allow=tcp:8787
Tested with Ubuntu 19.10.