community.digitalocean
community.digitalocean copied to clipboard
This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
##### SUMMARY Add an action_group to default vars for every module This allows, for example, to default the value of oauth_token once without needing to specify it in every task...
##### SUMMARY There's way too much output to go through if/when integration tests fail; split up the integration tests into the individual modules, and, reports on their statuses individually. #####...
##### SUMMARY digital_ocean_kubernetes module does not upgrade cluster if it already exists. For example changing _maintenance_policy, auto_upgrade, surge_upgrade_ does not take effect, cluster is reported as unchanged. Same is true...
##### SUMMARY Add support for `size_unit` (versus `size`); deprecate `algorithm` -- fixes #270. This field has been replaced by the `size_unit` field for all regions except in AMS2, NYC2, and...
##### SUMMARY The integration test is currently failing with the following: ``` TASK [digital_ocean_certificate : Create a certificate] ************************ ok: [testhost] => {"changed": false, "response": {"id": "unprocessable_entity", "message": "name is...
##### SUMMARY I want to create a load balancer and allocate droplets to it via a 'tag' I want to create a load balancer with a size of 3 nodes....
##### SUMMARY Fixes #255; the Droplet module's `project_name` parameter, and, add an integration test to make sure. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME * `digital_ocean_droplet`
##### SUMMARY Everything is pretty simple, I think that project_name parameter is a must have for any resource that can be created inside the project, Kubernetes cluster in this case....
##### SUMMARY As a drive-by contributor, I don't care about the setup details of `ansible-test`, but instead just want to know how to minimally set up the repository to quickly...
##### SUMMARY When creating a new droplet with a firewall configuration, the new droplet still doesn't have a firewall. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME community.digitalocean.digital_ocean_droplet #####...