Posts

Showing posts with the label Ansible Collection community.digitalocean
Note This plugin is part of the community.digitalocean collection (version 1.0.0). To install it use: ansible-galaxy collection install community.digitalocean . To use it in a playbook, specify: community.digitalocean.digital_ocean_sshkey_facts . DEPRECATED Synopsis Requirements Parameters Notes Examples Return Values Status DEPRECATED Removed in version 2.0.0 Why Deprecated in favour of _info module. Alternative Use community.digitalocean.digital_ocean_sshkey_info instead. Synopsis Fetch DigitalOcean SSH keys facts. Requirements The below requirements are needed on the host that executes this module. python >= 2.6 Parameters Parameter Choices/Defaults Comments oauth_token string DigitalOcean OAuth token. There are several other environment variables which can be used to provide this value. i.e., - 'DO_API_TOKEN', 'DO_API_KEY', 'DO_OAUTH_TOKEN' and 'OAUTH_TOKEN' aliases: api_token ...