Commit Graph

16 Commits (d43d2bc219b42c0e19735f696db45a68bcdb269a)

Author SHA1 Message Date
Mike Caspar 7cc00bddc0 Documentation updates to use complete YAML : syntax instead of key=val syntax.
Adjusted example to use "" where appropriate to pass YAML Syntax checker per Contribution guidelines.

See Issue [# 2879](https://github.com/ansible/ansible-modules-core/issues/2879)
10 years ago
James Cammarata 4089f4af30 Fixing user_data version_added
Fixes #2634
10 years ago
Brian Coca 9c30ef8926 doc updates
- added version_added to new api_token
- updated notes to explain API issues, option switch and versions affected.
10 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 11 years ago
James Cammarata 576ca33bdc Fixing digital_ocean documentation and a bug in os_subnet 11 years ago
Toshio Kuratomi 60a66a544d Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
11 years ago
Romain Dartigues 3c848289a0 Issue #1161 DigitalOcean API 2 ssh_key_ids problem
* fix documentation: show a valid syntax
* make ssh_key_ids a list and not a string
11 years ago
Tor Åke Fransson 360409cee8 Merge remote-tracking branch 'origin/devel' into digitalocean-user-data
Conflicts:
	cloud/digital_ocean/digital_ocean.py
11 years ago
Tor Åke Fransson 3f17ec489b Remove all reference to obsolete client_id and rename api_key to the for v2 more correct api_token 11 years ago
Tor Åke Fransson 41875984e5 Make digital_ocean ssh command use API v2 11 years ago
Brian Coca 79844506db Merge pull request #341 from axilleas/digitalocean_docs
digital_ocean: Add note about using API v1
11 years ago
Tor Åke Fransson 69911ec86e WIP: DigitalOcean API version 2 with user_data option 11 years ago
Edward 3fbfd7351b Fixes #816 Backups not enabled on new droplets.
Convert backups_enabled string to lowercase. Similar to fix for private
networking.
11 years ago
Ryan Rawson 0162fc525d Fixes #581 - digitalocean module cannot create private_networking=true droplets 11 years ago
Achilleas Pipinellis cab378bff6 Add note about using version 1 of DigitalOcean API. 11 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 11 years ago