Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow digital_ocean_kubernetes_info to return all clusters if the cluster name is not specified #367

Open
elcfd opened this issue Jun 11, 2024 · 0 comments · May be fixed by #368
Open

Allow digital_ocean_kubernetes_info to return all clusters if the cluster name is not specified #367

elcfd opened this issue Jun 11, 2024 · 0 comments · May be fixed by #368

Comments

@elcfd
Copy link
Contributor

elcfd commented Jun 11, 2024

SUMMARY

digital_ocean_kubernetes_info can be improved to follow the digital_ocean_droplet_info module where if you do not specify a droplet name all the droplets will be returned.

Implement the same for digital_ocean_kubernetes_info so that if the cluster name is not specified it returns all the clusters

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

digital_ocean_kubernetes_info

ADDITIONAL INFORMATION

Matches the Digital Ocean API and also provides the same functionality as the digital_ocean_droplet_info module.

- name: Gather information about all kubernetes clusters
  community.digitalocean.digital_ocean_kubernetes_info:
    oauth_token: "{{ oauth_token }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant