community.general/lib/ansible/modules/cloud
Lars Kellogg-Stedman c96dd16d5a allow os_server to accept a list of security groups
This commit allows the `security_groups` parameter of the `os_server`
module to be either a YAML list or a common-delimited string (much like
the `nics` attribute).  E.g., this:

    - os_nova_server:
        [...]
        security_groups:
          - default
          - webserver

Or this:

    - os_nova_server:
        [...]
        security_groups: default,webserver
2016-12-08 11:23:43 -05:00
..
amazon Update try statement as pointed out by defionscode 2016-12-08 11:23:42 -05:00
azure keep backwards compatibility 2016-12-08 11:23:39 -05:00
digital_ocean Fixed bug, when MX records pointed to ORIGIN(@) caused unintentional change of random A record. 2016-12-08 11:23:29 -05:00
docker fix #2043: strip empty dict from end of 'pull' stream 2016-12-08 11:23:40 -05:00
google Delete dead and broken code 2016-12-08 11:23:33 -05:00
linode Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
openstack allow os_server to accept a list of security groups 2016-12-08 11:23:43 -05:00
rackspace added version added to new rax_cdb choices 2016-12-08 11:23:40 -05:00
vmware vm_floppy 2.0 support 2016-12-08 11:23:34 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00