community.general/lib/ansible/modules/cloud
Hannes Ljungberg 153e996760 docker_swarm_service: Remove defaults (#51216)
* Drop descriptions of docker-py constraints <=3.0.0

* Properly indent documentation

* Clearer examples

* Spelling

* Fix example

* Revert "Drop descriptions of docker-py constraints <=3.0.0"

This reverts commit 8106215af62ae5880c3b748cec562a85f2247bdc.

# Conflicts:
#	lib/ansible/modules/cloud/docker/docker_swarm_service.py

* Add min versions for placement preferences

* Add endpoint_mode and publish to option_minimal_versions

* Restrict update max_failure_ratio and monitor versions

* Remove defaults and only pass required arguments

* Fix indentation

* Fix args documentation

* Fix replicas documentation

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Add type to all documented options

* Add suboptions for mounts, secrets and configs

* Add suboptions to argument spec

* Remove redundant validation and casting

* Don’t default Spec.EndpointSpec.Mode to vip

* Use single quotes as string literal

* Catch ImportError explicitly

* Move init to top of class

* Align closing brackets

* Spelling

* Import LooseVersion

* Documentation fixes

* Documentation fix

* Documentation fixes

* Remove required: false and default=None

* Defaults for update_delay and update_parallelism

* Set correct key for default

* Handle empty idempotency

* Clearer image documentation

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Clearer constraint documentation

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Better documentation of corresponding service opts
2019-02-10 14:17:59 +00:00
..
alicloud Final round of moving modules to new import error msg (#51852) 2019-02-08 10:07:01 +10:00
amazon ec2_vol_facts: set filters to default value (#51589) 2019-02-07 21:53:25 +05:30
atomic Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
azure adding cosmos db account module (#47181) 2019-02-06 16:06:44 -08:00
centurylink Final round of moving modules to new import error msg (#51852) 2019-02-08 10:07:01 +10:00
cloudscale Final round of moving modules to new import error msg (#51852) 2019-02-08 10:07:01 +10:00
cloudstack Final round of moving modules to new import error msg (#51852) 2019-02-08 10:07:01 +10:00
digital_ocean fix debug msg in example (#51361) 2019-01-26 19:27:12 +00:00
dimensiondata Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
docker docker_swarm_service: Remove defaults (#51216) 2019-02-10 14:17:59 +00:00
google Bug fixes for GCP modules (#51572) 2019-01-31 17:03:50 -05:00
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
linode Final round of moving modules to new import error msg (#51852) 2019-02-08 10:07:01 +10:00
lxc Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
lxd Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
memset update github handle (#50235) 2018-12-21 23:59:37 +01:00
misc Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
oneandone E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
online Add an Online servers fact 2018-09-24 21:03:50 +02:00
opennebula add range_start and range_end agrs when query vm by a single id (#50056) 2018-12-20 01:51:20 -05:00
openstack Fix dictionary access in os_floating_ip module (#51444) 2019-02-06 11:51:30 -05:00
ovh New module to manage OVH's failover IPs. (#34837) 2019-01-30 13:02:11 -05:00
ovirt Ovirt vm state running wait false (#51024) 2019-02-04 14:52:37 +00:00
packet E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
profitbricks Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
pubnub E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
rackspace Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
scaleway Sanity fixes in various modules (#50080) 2018-12-18 09:53:46 -06:00
smartos New Module for SmartOS: nictagadm (#35919) 2019-01-23 04:57:46 +01:00
softlayer Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
spotinst Spotinst - adding support for instance health check validation (#49211) 2019-01-18 20:30:03 +00:00
univention Fix GitHub handle, use keachi (#50043) 2018-12-17 19:35:49 +00:00
vmware VMware: Module for managing mirroring sessions. (#50338) 2019-02-08 10:16:57 +05:30
vultr vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-01 10:11:10 +01:00
webfaction Convert more http links to https. 2018-04-25 23:12:46 -07:00
xenserver New module: xenserver_guest - manages XenServer VMs (#41041) 2018-11-19 01:50:20 -05:00
__init__.py