community.general/lib/ansible/modules/cloud
Lars Kellogg-Stedman b2e5c75131 server.security_groups is a list of dicts (#48798)
os_server was trying to access `[sg.name for sg in
server.security_groups]`, but the items in `server.security_groups`
are dictionaries, so that should be `sg['name']`.
2018-11-30 06:42:50 -05:00
..
alicloud Add new module ali_instance (#36898) 2018-10-23 13:02:21 -05:00
amazon add default nolog param for VPN PreSharedKey (#47788) 2018-11-30 10:37:17 +00:00
atomic state: present added in docs (#37197) 2018-08-24 12:22:18 -05:00
azure fix keyvault key secret not support cloud environment (#49182) 2018-11-30 14:08:31 +08:00
centurylink More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
cloudscale E325 removal - Part I (#49136) 2018-11-27 20:41:01 +05:30
cloudstack E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
digital_ocean E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
dimensiondata Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
docker docker_container: fix init option idempotency with old docker-py versions (#49078) 2018-11-26 13:53:01 +00:00
google E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
linode linode_v4: correct usage of module.fail_json (#48882) 2018-11-19 12:16:41 -05:00
lxc
lxd Removed the unused argument description from lxd_container module (#31440) 2018-11-30 01:59:34 -05:00
memset New facts module: Memset server products (#42386) 2018-10-29 12:28:00 +00:00
misc E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
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 Fix Deploy VM from template with id==0. (#48421) 2018-11-11 10:57:57 -05:00
openstack server.security_groups is a list of dicts (#48798) 2018-11-30 06:42:50 -05:00
ovh Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
ovirt comparing StorageConnection.password breaks idempotency (#48933) 2018-11-30 10:24:04 +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 E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
scaleway feat: meaningful error message scaleway image not found (#48829) 2018-11-21 11:40:15 +00:00
smartos Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
softlayer Update sl_vm.py (#43966) 2018-09-25 11:15:51 +01:00
spotinst E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
univention Add a alias from organisation to organization (#45688) 2018-09-17 15:50:46 -04:00
vmware Improve vmware_dvswitch module (#48720) 2018-11-30 03:34:43 -05:00
vultr vultr_server_facts: fix gather facts fails when firewall is enabled on a VM (#48342) 2018-11-09 07:48:08 +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