I am trying to create an Ansible Playbook yaml file to help build a droplet from scratch.
Does anyone have an example Yaml playbook to share with me that creates a new Digital Ocean droplet?
The examples in the module seems to be provide examples for Ansible command line usage only. Not that I can get those to work either.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Have you seen these examples? http://docs.ansible.com/digital_ocean_module.html#examples
I’m still figuring out the idempotent vars part (this will keep creating new instances) <br> <br>https://gist.github.com/routelastresort/6437206