Skip to content

Update playbooks to support DO, remove GDK

Adam Mulvany requested to merge AM-Update-Ansible-for-DO into master

Updated the Ansible playbooks so they can target Digital Ocean instances, or any Ubuntu instance with SSH access.

The reason for this MR is that most support staff prefer to work from DO instead of locally in Vagrant.

To test this MR please:

  1. Confirm you can deploy to Digital Ocean by running the examples /playbooks/README.md against a fresh DO instance.
  2. Check for regressions in Vagrant using the examples in /README.md

I have also removed GDK as an option as we have that elsewhere, we don't often use it in support and it overcomplicated the documentation.

Edited by Adam Mulvany

Merge request reports