jasonheecs / ansible-digitalocean

An ansible role that creates a DigitalOcean droplet and returns the droplet's IP address for further use in playbooks
MIT License
21 stars 7 forks source link

Replace the digital_ocean modules with digital_ocean_droplet and digital_ocean_sshkey #22

Open daraul opened 5 years ago

daraul commented 5 years ago

The digital_ocean module was removed in ansible v2.12. They recommend using the digital_ocean_droplet module instead.

https://docs.ansible.com/ansible/latest/modules/digital_ocean_module.html#id1

juanluisbaptiste commented 3 years ago

@daraul or whomever needs this role, I have updated the do modules plus other fixes on my fork. If @jasonheecs is interested I can create a PR to merge my changes here.

jasonheecs commented 3 years ago

Hi @juanluisbaptiste, I would definitely welcome a PR :)