Skip to content

v1.3.0: Merge pull request #9 from Indatus/add-digitalocean-user-data

Latest
Compare
Choose a tag to compare
@jlaswell jlaswell released this 13 May 17:46

Adds cloud config functionality to droplet creation.
You can now specify the path to a cloud config script in the provision
config file. The script will be executed during the droplet's creation.
This allows you to run provisioning alongside creating a new droplet.

Added info to the README and example files.